summaryrefslogtreecommitdiff
path: root/doShow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-17 14:34:16 -0500
committerJeff Carr <[email protected]>2025-10-17 14:34:16 -0500
commit0eaa9d0408d07b1c8c5214775ebb942dc210002b (patch)
tree39a61b0581ea33af695b70d169492feb2776abec /doShow.go
parent0b547c92363446bcaa05c30d1553aad288a3db59 (diff)
put the generate list in resources file
Diffstat (limited to 'doShow.go')
-rw-r--r--doShow.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doShow.go b/doShow.go
index e18b63f..e72ff34 100644
--- a/doShow.go
+++ b/doShow.go
@@ -37,7 +37,7 @@ func doShow() (string, error) {
found := findRepos()
if showUrls() {
found.SortNamespace()
- footer := me.forge.PrintForgedTable(found)
+ footer := found.PrintForgedTable()
return "repos with patches or unsaved changes: " + footer, nil
}