summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-04 03:45:37 -0500
committerJeff Carr <[email protected]>2025-10-04 03:45:37 -0500
commit1989e56cd4c1a1991b8f7c86eba150815e262b43 (patch)
tree9563207825f60440c0cde9107bf62cd3b2bd469c /doPatch.go
parent02f0beb409582be2ebfce40e9e6d9760e014f717 (diff)
start removing old table code
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doPatch.go b/doPatch.go
index 0db536e..50a3c5d 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -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
}