chore: Move from master branch to main branch

This commit is contained in:
mokou
2020-06-14 14:48:51 +02:00
parent 113cdae2d4
commit 55a9284665
3 changed files with 4 additions and 4 deletions

View File

@@ -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