summaryrefslogtreecommitdiff
path: root/doFix.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-17 04:05:59 -0500
committerJeff Carr <[email protected]>2025-10-17 04:05:59 -0500
commitf051898378892b9a58e36cc28af68200cadde315 (patch)
tree74220e4c9619cc86df7af4608b1edb83650fdc17 /doFix.go
parentd02733e0f7fb64fb2dfc68e120e55dfd7fb5405b (diff)
remove "forge checkout". too easy to type instead of git checkout
Diffstat (limited to 'doFix.go')
-rw-r--r--doFix.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/doFix.go b/doFix.go
index d7b314e..1d5f92e 100644
--- a/doFix.go
+++ b/doFix.go
@@ -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'")