Skip to content

Offline system upgrades #245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
meisenzahl committed Jan 29, 2022
commit e70c9ff5a0e74d9999ef7b109ab340dd05511622
2 changes: 1 addition & 1 deletion src/Utils/SystemUpgrade.vala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class About.SystemUpgrade : Object {
}

public void start_upgrade () {
if (system_upgrade_instance == null) {
if (system_upgrade_instance != null) {
system_upgrade_instance.start_upgrade ();
}
}
Expand Down