diff options
| author | Jeff Carr <[email protected]> | 2025-10-05 04:09:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-05 04:09:53 -0500 |
| commit | 73b0795c5dc30d5b02483229fb0432f948b48420 (patch) | |
| tree | 23fc95a947bdef92eaf2a50d4f576a1201b03630 /doMerge.go | |
| parent | 2f976dedd087561285e12aa4eb24f4772a10df54 (diff) | |
reorderv0.25.55
Diffstat (limited to 'doMerge.go')
| -rw-r--r-- | doMerge.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ func safeToPublish() error { log.Info("you currently have no repos with patches") return log.Errorf("no repos to publish") } + me.forge.PrintDefaultTB(found) // check if any are dirty for repo := range found.IterAll() { if repo.CheckDirty() { |
