summaryrefslogtreecommitdiff
path: root/doFix.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-27 20:38:36 -0500
committerJeff Carr <[email protected]>2025-10-27 20:38:36 -0500
commit1fe9716603d5aebc42e63228d9ade30e34ef085a (patch)
treeef99316023ffc264fec27d4fec7a101561e36efe /doFix.go
parent34ecc3bd69f5ed24f507b40c2c4ebc20328e7b05 (diff)
fixes for "forge rebuild forge"v0.25.104
Diffstat (limited to 'doFix.go')
-rw-r--r--doFix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doFix.go b/doFix.go
index 1d5f92e..cfc54b3 100644
--- a/doFix.go
+++ b/doFix.go
@@ -93,7 +93,7 @@ func doRemoveUntrackedFiles() (string, error) {
}
footer := found.PrintDefaultTB()
log.Info(footer)
- log.Info("You have %d files that are untracked excluded git files. They are probably junk.", count)
+ log.Printf("You have %d files that are untracked excluded git files. They are probably junk.\n", count)
log.Info("")
log.Info("You can remove these files with '--fix' or list them all with '--verbose'")
log.Info("")