Skip to content

Commit

Permalink
Add period in warning while checking existing rust installations
Browse files Browse the repository at this point in the history
  • Loading branch information
Uaitt authored and rami3l committed Jun 24, 2024
1 parent 78426c9 commit 20a1c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/self_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ fn check_existence_of_rustc_or_cargo_in_path(no_prompt: bool, process: &Process)
warn!("it looks like you have an existing installation of Rust at:");
warn!("{}", path);
warn!("It is recommended that rustup be the primary Rust installation.");
warn!("Otherwise you may have confusion unless you are careful with your PATH");
warn!("Otherwise you may have confusion unless you are careful with your PATH.");
warn!("If you are sure that you want both rustup and your already installed Rust");
warn!("then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes");
warn!("or pass `-y' to ignore all ignorable checks.");
Expand Down

0 comments on commit 20a1c81

Please sign in to comment.