summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.go b/main.go
index b60edec..3de4d3b 100644
--- a/main.go
+++ b/main.go
@@ -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