summaryrefslogtreecommitdiff
path: root/doCommit.go
diff options
context:
space:
mode:
Diffstat (limited to 'doCommit.go')
-rw-r--r--doCommit.go1
1 files changed, 1 insertions, 0 deletions
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)