diff options
Diffstat (limited to 'update.go')
| -rw-r--r-- | update.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) } |
