diff options
Diffstat (limited to 'doFix.go')
| -rw-r--r-- | doFix.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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("") |
