diff --git a/doCommit.go b/doCommit.go index 26b1819..7718966 100644 --- a/doCommit.go +++ b/doCommit.go @@ -44,12 +44,11 @@ func doCommit() { okExit("") } - if ! repo.IsDirty() { + if !repo.IsDirty() { okExit("this repo is not dirty") } else { log.Info("repo is dirty", repo.GetFullPath()) } - okExit("hmm") if repo.GetCurrentBranchName() != repo.GetUserBranchName() { found := new(gitpb.Repos)