diff options
Diffstat (limited to 'doShow.go')
| -rw-r--r-- | doShow.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
