Skip to content

Commit 0fc5f2a

Browse files
Update crates/turborepo-updater/src/lib.rs
Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com>
1 parent eed39d9 commit 0fc5f2a

File tree

1 file changed

+2
-2
lines changed
  • crates/turborepo-updater/src

1 file changed

+2
-2
lines changed

crates/turborepo-updater/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ pub fn display_update_check(
107107
) -> Result<(), UpdateNotifierError> {
108108
// bail early if the user has disabled update notifications
109109
if should_skip_notification(config_no_update) {
110-
return Ok(());
111-
}
110+
return Ok(());
111+
}
112112

113113
let version = check_for_updates(package_name, current_version, timeout, interval);
114114

0 commit comments

Comments
 (0)