summaryrefslogtreecommitdiff
path: root/humanTable.go
diff options
context:
space:
mode:
Diffstat (limited to 'humanTable.go')
-rw-r--r--humanTable.go6
1 files changed, 3 insertions, 3 deletions
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)