summaryrefslogtreecommitdiff
path: root/update.go
diff options
context:
space:
mode:
Diffstat (limited to 'update.go')
-rw-r--r--update.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.go b/update.go
index b8b67b3..eadda10 100644
--- a/update.go
+++ b/update.go
@@ -12,5 +12,5 @@ func updateControl(c *controlBox) {
c.Depends.SetText(me.repo.Control["Depends"])
c.Recommends.SetText(me.repo.Control["Recommends"])
- c.Architecture.SetText("amd64")
+ c.Architecture.SetText(argv.Arch)
}