Skip to content

Commit

Permalink
Added .git to end of Repo's https URL
Browse files Browse the repository at this point in the history
The install.sh script didn't work for me, after I changed this locally it worked
URL needs to end in .git
  • Loading branch information
luvchurchill authored Feb 5, 2024
1 parent 8d0aa11 commit 53c4002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 53c4002

Please sign in to comment.