diff options
Diffstat (limited to 'doFix.go')
| -rw-r--r-- | doFix.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -91,8 +91,8 @@ func doRemoveUntrackedFiles() (string, error) { repo.State = log.Sprintf("%d files", len(r.Stdout)) found.Append(repo) } - me.forge.PrintHumanTable(found) - log.Info("") + footer := found.PrintDefaultTB() + log.Info(footer) log.Info("You have %d files that are untracked excluded git files. They are probably junk.", count) log.Info("") log.Info("You can remove these files with '--fix' or list them all with '--verbose'") |
