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