From c0e82648dbdf628d0601d7ebd9bc7635083d67df Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 19 Aug 2025 21:52:35 -0500 Subject: [PATCH] formatting fix --- doCommit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) }