summaryrefslogtreecommitdiff
path: root/tablePackages.go
diff options
context:
space:
mode:
Diffstat (limited to 'tablePackages.go')
-rw-r--r--tablePackages.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/tablePackages.go b/tablePackages.go
index 0a95ef6..a6968c1 100644
--- a/tablePackages.go
+++ b/tablePackages.go
@@ -34,6 +34,9 @@ func (pb *Packages) MakeDefaultTable() *PackagesTable {
col = t.AddSHA256()
col.Width = 6
+ col = t.AddArchitecture()
+ col.Width = 8
+
col = t.AddPackage()
col.Width = 30