summaryrefslogtreecommitdiff
path: root/doCommit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-19 21:52:35 -0500
committerJeff Carr <[email protected]>2025-08-19 21:52:35 -0500
commitc0e82648dbdf628d0601d7ebd9bc7635083d67df (patch)
tree2bde730433c95550e5b52b413d34ae5466027d81 /doCommit.go
parent2b7257fd2d6816afbdcd30b8c3c0a0d6acc44b3f (diff)
formatting fix
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 e3ae0e9..3c4c7db 100644
--- a/doCommit.go
+++ b/doCommit.go
@@ -44,7 +44,7 @@ func doCommit() {
}
if !repo.CheckDirty() {
- okExit(log.Sprintf("this repo %s is not dirty.\n\n--all # commit all changes in all repos.\n", repo.GetFullPath()))
+ okExit(log.Sprintf("this repo %s is not dirty.\n\n--all # commit all changes in all repos", repo.GetFullPath()))
} else {
log.Info("repo is dirty", repo.GetFullPath())
}