diff --git a/doCommit.go b/doCommit.go index 8a1298f..26b1819 100644 --- a/doCommit.go +++ b/doCommit.go @@ -49,6 +49,7 @@ func doCommit() { } else { log.Info("repo is dirty", repo.GetFullPath()) } + okExit("hmm") if repo.GetCurrentBranchName() != repo.GetUserBranchName() { found := new(gitpb.Repos)