Skip to content

Commit

Permalink
Fix dfx update warning (#4107)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity authored Feb 10, 2025
1 parent 0a8cd2e commit 56d78c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfx/src/commands/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ fn warn_upgrade(log: &Logger, latest_version: Option<&Version>, current_version:

warn!(
log,
"\nYou are strongly encouraged to upgrade by running 'dfx upgrade'!"
"\nYou are strongly encouraged to upgrade by running 'dfxvm update'!"
);
}

Expand Down

0 comments on commit 56d78c6

Please sign in to comment.