diff options
Diffstat (limited to 'doFix.urls.go')
| -rw-r--r-- | doFix.urls.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doFix.urls.go b/doFix.urls.go index e516107..cf47004 100644 --- a/doFix.urls.go +++ b/doFix.urls.go @@ -84,6 +84,7 @@ func doFixUrls() error { count += 1 */ } - me.forge.PrintPullTable(updatecheck) + footer := me.forge.PrintPullTable(updatecheck) + log.Info("These repos have broken URLs. Fix them with --fix", footer) return nil } |
