summaryrefslogtreecommitdiff
path: root/doFix.go
diff options
context:
space:
mode:
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("")