We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed39d9 commit 0fc5f2aCopy full SHA for 0fc5f2a
crates/turborepo-updater/src/lib.rs
@@ -107,8 +107,8 @@ pub fn display_update_check(
107
) -> Result<(), UpdateNotifierError> {
108
// bail early if the user has disabled update notifications
109
if should_skip_notification(config_no_update) {
110
- return Ok(());
111
-}
+ return Ok(());
+ }
112
113
let version = check_for_updates(package_name, current_version, timeout, interval);
114
0 commit comments