From 98cc06ab8fc98b728107fff135b107dcdb56fb2a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Sep 2025 13:54:36 -0500 Subject: lots of Init() cleanups --- humanTable.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'humanTable.go') diff --git a/humanTable.go b/humanTable.go index 99fec97..6bd4717 100644 --- a/humanTable.go +++ b/humanTable.go @@ -330,7 +330,7 @@ func (psets *Patchsets) PrintTable() { log.DaemonMode(true) // print the header - args := []string{"commit hash", "what", "age", "cId", "partId", "", "", "", "", ""} + args := []string{"commit hash", "", "", "name", "Repo Namespace", "", "", "", "", ""} sizes := []int{36, 3, 3, 40, 80, 2, 2, 2, 2, 2} log.Info(cobol.StandardTableSize10(sizes, args)) -- cgit v1.2.3