1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-04-28 08:35:03 +02:00

Added .git to end of Repo's https URL

The install.sh script didn't work for me, after I changed this locally it worked
URL needs to end in .git
This commit is contained in:
luvchurchill 2024-02-06 01:54:04 +02:00 committed by GitHub
parent 8d0aa11a35
commit 53c40024d8
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"