diff options
| author | Jeff Carr <[email protected]> | 2025-10-08 10:42:55 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-08 10:42:55 -0500 |
| commit | 3a91f7cd691d6b5ba5dedeaa596426d08da7f92c (patch) | |
| tree | 9425b6ed50df47adee2a3f6757560da09b93e88d /main.go | |
| parent | 6c60e24225760ea1ab33173e27c5764693788a9a (diff) | |
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -157,7 +157,9 @@ func main() { found := findRepos() if showUrls() { - me.forge.PrintForgedTable(found) + found.SortNamespace() + footer := me.forge.PrintForgedTable(found) + log.Info("repos with patches or unsaved changes:", footer) okExit("") } // print out the repos |
