diff options
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ func showWorkRepos() bool { log.Info("you currently have no repos with patches") return false } else { - me.forge.PrintHumanTable(found) + me.forge.PrintDefaultTB(found) } return true } |
