diff options
| author | Jeff Carr <[email protected]> | 2025-10-27 20:38:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-27 20:38:36 -0500 |
| commit | 1fe9716603d5aebc42e63228d9ade30e34ef085a (patch) | |
| tree | ef99316023ffc264fec27d4fec7a101561e36efe /doFix.go | |
| parent | 34ecc3bd69f5ed24f507b40c2c4ebc20328e7b05 (diff) | |
fixes for "forge rebuild forge"v0.25.104
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("") |
