formatting fix

This commit is contained in:
Jeff Carr 2025-08-19 21:52:35 -05:00
parent 2b7257fd2d
commit c0e82648db
1 changed files with 1 additions and 1 deletions

View File

@ -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())
}