mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-03 01:09:18 +00:00
Fix shell links not opening
The trailing bang breaks the link.
This commit is contained in:
parent
e6228e92b4
commit
b66fb82865
@ -30,7 +30,7 @@ then
|
||||
echo "SUCCESS: rustup is installed"
|
||||
else
|
||||
echo "ERROR: rustup does not seem to be installed."
|
||||
echo "Please download rustup using https://rustup.rs!"
|
||||
echo "Please download rustup using https://rustup.rs/ !"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user