summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index c32f512..a19c280 100755
--- a/install.sh
+++ b/install.sh
@@ -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