Skip to content

Commit

Permalink
Errors when upgrading where hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
Baarsgaard committed Sep 11, 2024
1 parent 3df943d commit 5c07adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl Upgrade {
let _ = cfg
.build()?
.update()
.with_suggestion(|| "If ratelimited: export GITHUB_TOKEN='insert_token_here'");
.with_suggestion(|| "If ratelimited: export GITHUB_TOKEN='insert_token_here'")?;

Ok(String::default())
})
Expand Down

0 comments on commit 5c07adf

Please sign in to comment.