Skip to content

Commit

Permalink
use .begin
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 authored Jan 28, 2024
1 parent b535619 commit e6ee551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Backends/SystemUpdate.vala
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public class SettingsDaemon.Backends.SystemUpdate : Object {
update_state (AVAILABLE);

if (!force && settings.get_boolean ("automatic-updates")) {
update ();
update.begin ();
return;
}

Expand Down

0 comments on commit e6ee551

Please sign in to comment.