Skip to content

Commit 5a10799

Browse files
VladKourbtcollins
authored andcommitted
Fixing janky line breaks in self_updater.rs
Fixing janky line breaks in the %USERPROFILE% path help string, as reported in #2334
1 parent 7050161 commit 5a10799

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cli/self_update.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ macro_rules! post_install_msg_win {
168168
() => {
169169
r"# Rust is installed now. Great!
170170
171-
To get started you need Cargo's bin directory ({cargo_home}\\bin) in your `PATH`
172-
environment variable. Future applications will automatically have the
173-
correct environment, but you may need to restart your current shell.
171+
To get started you need Cargo's bin directory ({cargo_home}\\bin) in
172+
your `PATH` environment variable. Future applications will automatically
173+
have the correct environment, but you may need to restart your current shell.
174174
"
175175
};
176176
}

0 commit comments

Comments
 (0)