diff options
Diffstat (limited to 'doCommit.go')
| -rw-r--r-- | doCommit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doCommit.go b/doCommit.go index ae8af1a..7ef6a99 100644 --- a/doCommit.go +++ b/doCommit.go @@ -11,7 +11,7 @@ func doCommit() { pwd, _ := os.Getwd() repo := me.forge.Repos.FindByFullPath(pwd) if repo == nil { - log.Info("what branch are you on?: todo: examine this") + log.Info("todo: forge doesn't know how to work here yet") okExit("") } if repo.GetCurrentBranchName() != repo.GetUserBranchName() { |
