1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-28 06:26:07 +02:00

Merge pull request #1850 from luvchurchill/main

Fix(Installation) Added .git to end of Repo's https URL
This commit is contained in:
liv 2024-03-15 14:34:48 +01:00 committed by GitHub
commit c3f1183815
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,7 +137,7 @@ fi
Path=${1:-rustlings/}
echo "Cloning Rustlings at $Path..."
git clone -q https://github.com/rust-lang/rustlings "$Path"
git clone -q https://github.com/rust-lang/rustlings.git "$Path"
cd "$Path"