mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
Merge pull request #1850 from luvchurchill/main
Fix(Installation) Added .git to end of Repo's https URL
This commit is contained in:
commit
c3f1183815
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ fi
|
||||||
|
|
||||||
Path=${1:-rustlings/}
|
Path=${1:-rustlings/}
|
||||||
echo "Cloning Rustlings at $Path..."
|
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"
|
cd "$Path"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue