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