summaryrefslogtreecommitdiff
path: root/doCommit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-29 01:12:44 -0600
committerJeff Carr <[email protected]>2025-01-29 12:18:16 -0600
commit41203c36e858a5f1b1a0e051b0d1ea8dd3737245 (patch)
tree72056f5718f2f35b0e54aab34b8f18c1f709ecfd /doCommit.go
parent24988d440cf7a7919c964447b8997390ac28da0b (diff)
need to move branch repair to the gui
Diffstat (limited to 'doCommit.go')
-rw-r--r--doCommit.go2
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() {