mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05: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:
parent
8d0aa11a35
commit
53c40024d8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue