diff options
Diffstat (limited to 'doMerge.go')
| -rw-r--r-- | doMerge.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -93,7 +93,9 @@ func safeToPublish() error { log.Info("you currently have no repos with patches") return log.Errorf("no repos to publish") } - me.forge.PrintDefaultTB(found) + footer := me.forge.PrintDefaultTB(found) + log.Info("safeToPublish() probably safe footer:", footer) + // check if any are dirty for repo := range found.IterAll() { if repo.CheckDirty() { |
