Skip to content

Commit

Permalink
fix: correct self-update message
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 13, 2024
1 parent 2b966a4 commit eff0cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ impl Config {
if SelfUpdate::is_available() {
bail!(
"mise version {min} is required, but you are using {cur}\n\
Run `mise self update` to update mise",
Run `mise self-update` to update mise",
);
} else {
bail!("mise version {min} is required, but you are using {cur}");
Expand Down

0 comments on commit eff0cff

Please sign in to comment.