Skip to content

Commit

Permalink
Disable update check entirely for now
Browse files Browse the repository at this point in the history
  • Loading branch information
FlareFlo committed Jan 22, 2024
1 parent f7acf7f commit 18d44c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fn main() -> Result<()> {

// Only fetch and print update message when override is disabled
if !env::var_os("NO_UPDT_CHK").is_some() {
update_message()?;
// update_message()?;
}
Ok(())
}

0 comments on commit 18d44c9

Please sign in to comment.