Skip to content

Commit 20a1c81

Browse files
Uaittrami3l
authored andcommitted
Add period in warning while checking existing rust installations
1 parent 78426c9 commit 20a1c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/self_update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ fn check_existence_of_rustc_or_cargo_in_path(no_prompt: bool, process: &Process)
637637
warn!("it looks like you have an existing installation of Rust at:");
638638
warn!("{}", path);
639639
warn!("It is recommended that rustup be the primary Rust installation.");
640-
warn!("Otherwise you may have confusion unless you are careful with your PATH");
640+
warn!("Otherwise you may have confusion unless you are careful with your PATH.");
641641
warn!("If you are sure that you want both rustup and your already installed Rust");
642642
warn!("then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes");
643643
warn!("or pass `-y' to ignore all ignorable checks.");

0 commit comments

Comments
 (0)