Skip to content

Commit 53c4002

Browse files
authored
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
1 parent 8d0aa11 commit 53c4002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ fi
137137

138138
Path=${1:-rustlings/}
139139
echo "Cloning Rustlings at $Path..."
140-
git clone -q https://github.com/rust-lang/rustlings "$Path"
140+
git clone -q https://github.com/rust-lang/rustlings.git "$Path"
141141

142142
cd "$Path"
143143

0 commit comments

Comments
 (0)