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
pull/1850/head
luvchurchill 4 months ago committed by GitHub
parent 8d0aa11a35
commit 53c40024d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save