Browse Source

wording

pull/4170/head
Daniel Gibbs 2 years ago
parent
commit
da260e8950
  1. 2
      linuxgsm.sh

2
linuxgsm.sh

@ -81,7 +81,7 @@ fn_repo_selector() {
fi fi
if [ "${branchexistscheck}" != "200" ]; then if [ "${branchexistscheck}" != "200" ]; then
echo -e "${githubbranch} branch does not exist. Defaulting to master branch." echo -e "Warning! ${githubbranch} branch does not exist. Defaulting to master branch."
githubbranch="master" githubbranch="master"
fi fi
} }

Loading…
Cancel
Save