Skip to content

Commit c3f1183

Browse files
authored
Merge pull request #1850 from luvchurchill/main
Fix(Installation) Added .git to end of Repo's https URL
2 parents f08fd02 + 53c4002 commit c3f1183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
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)