diff options
| author | liv <mokou@fastmail.com> | 2024-03-15 14:34:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 14:34:48 +0100 |
| commit | c3f1183815fc8a529d0914a80afea4e810753475 (patch) | |
| tree | c4d69acaca124974866396418fca58017bf4f105 | |
| parent | f08fd02f33e07289fb7b5b32b5de3e7f6209a6ed (diff) | |
| parent | 53c40024d894beb45f4319d08ff054d7d7ac319f (diff) | |
Merge pull request #1850 from luvchurchill/main
Fix(Installation) Added .git to end of Repo's https URL
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 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" |
