Skip to content

Commit

Permalink
Revert "Force-enable Mac auto-updates for testing"
Browse files Browse the repository at this point in the history
This reverts commit 2a54ba0.
  • Loading branch information
mherrmann committed Mar 25, 2022
1 parent b45d85f commit 90dcd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/update_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bool UpdateEnabled() {
return !base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kDisableBraveUpdate);
#else
return true;
return false;
#endif
}

Expand Down

0 comments on commit 90dcd8c

Please sign in to comment.