Fix possible panic when updating packages

This commit is contained in:
2025-12-26 13:02:58 +02:00
parent 548b2476bd
commit 4a32df6335
+2
View File
@@ -930,6 +930,8 @@ func updatePackages() {
return
} else if err != nil {
log.Printf("Error: could not setup operation: %s\n", err)
exitCode = 1
return
}
// Exit if operation contains no actions