summaryrefslogtreecommitdiff
path: root/doUpgrade.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 09:39:09 -0500
committerJeff Carr <[email protected]>2025-10-07 09:39:09 -0500
commitb843bce3c30d8139f29e3ca4b4e998bc0bd4053d (patch)
tree8292a259dbe3fcb3c60319d8a7cd4cfe1c913c6f /doUpgrade.go
parent33cf831b22d29c8e2ef346537fa2487de0941eaa (diff)
build and runs again
Diffstat (limited to 'doUpgrade.go')
-rw-r--r--doUpgrade.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doUpgrade.go b/doUpgrade.go
index 7a499e9..1cda60d 100644
--- a/doUpgrade.go
+++ b/doUpgrade.go
@@ -29,7 +29,7 @@ func doPackageList(all bool) {
}
func doUpgrade() error {
- me.machine, _ = debian.InitMachine()
+ me.machine = debian.InitMachine()
if argv.Upgrade.List != nil {
if argv.All {