From d6cd7fc88f4bf0bb6069a2ceecef5523fddf836f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Sep 2025 20:50:54 -0500 Subject: append patches to local patches file --- humanTable.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'humanTable.go') diff --git a/humanTable.go b/humanTable.go index 6bd4717..9516d3f 100644 --- a/humanTable.go +++ b/humanTable.go @@ -330,8 +330,8 @@ func (psets *Patchsets) PrintTable() { log.DaemonMode(true) // print the header - args := []string{"commit hash", "", "", "name", "Repo Namespace", "", "", "", "", ""} - sizes := []int{36, 3, 3, 40, 80, 2, 2, 2, 2, 2} + args := []string{"commit hash", "new hash", "", "", "name", "Repo Namespace", "", "", "", "", ""} + sizes := []int{12, 12, 3, 3, 40, 80, 2, 2, 2, 2} log.Info(cobol.StandardTableSize10(sizes, args)) var countCONTENTS int @@ -345,7 +345,7 @@ func (psets *Patchsets) PrintTable() { partId := log.Sprintf("%d", i) _, fname := filepath.Split(p.GetFilename()) - args = []string{p.CommitHash, cId, partId, fname, p.GetNamespace(), "", "", "", "", ""} + args = []string{p.CommitHash, p.NewHash, cId, partId, fname, p.GetNamespace(), "", "", "", "", ""} start := cobol.StandardTableSize10(sizes, args) log.Info(start) -- cgit v1.2.3