diff options
| author | mokou <mokou@posteo.de> | 2020-06-14 14:48:51 +0200 |
|---|---|---|
| committer | mokou <mokou@posteo.de> | 2020-06-14 14:48:51 +0200 |
| commit | 55a9284665dc6ef5d9db6f73e76630f22d3ea43d (patch) | |
| tree | 0278fc456e5fa135d200903f43de14bcf2b91c6d /install.sh | |
| parent | 113cdae2d4e4c55905e8056ad326ede7fd7de356 (diff) | |
chore: Move from master branch to main branch
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -115,8 +115,8 @@ then if [[ -z ${Version} ]] then echo "No valid tag version found" - echo "Rustlings will be installed using the master branch" - Version="master" + echo "Rustlings will be installed using the main branch" + Version="main" else Version="tags/${Version}" fi |
