Fix shell links not opening

The trailing bang breaks the link.
This commit is contained in:
Tom Mead 2024-06-27 11:05:35 +01:00 committed by GitHub
parent e6228e92b4
commit b66fb82865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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