s/master/main/ (thanks, upstream!)

epel8
Benjamin A. Beasley 4 years ago
parent c354a00481
commit 7e350a4e22

@ -14,7 +14,7 @@ then
fi
elif [ "$#" = '0' ]
then
COMMIT='master'
COMMIT='main'
fi
if [ -z "${COMMIT}" ]
then
@ -23,7 +23,7 @@ Usage: $0 [COMMIT]
Parameters:
COMMIT - full commit hash from upstream git (${REPO});
otherwise the latest commit in master is used
otherwise the latest commit in main is used
EOF
exit 1
fi

Loading…
Cancel
Save