summaryrefslogtreecommitdiff
path: root/doShow.go
diff options
context:
space:
mode:
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
}