From 06cf0f7d844192eacbaeec60e3cc12c9a7968469 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 4 Apr 2025 06:07:56 -0500 Subject: fix defective google "Git on Borg" repos --- main.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 03bfc56..6e63f12 100644 --- a/main.go +++ b/main.go @@ -142,7 +142,11 @@ func main() { if argv.List != nil { found := argv.List.findRepos() // print out the repos - me.forge.PrintHumanTable(found) + if argv.List.Full { + me.forge.PrintHumanTableFull(found) + } else { + me.forge.PrintHumanTable(found) + } okExit("") } -- cgit v1.2.3