Fix REV variable to be ONEDIR_REV to match ITYPE

This commit is contained in:
Gareth J. Greenaway 2023-03-29 15:52:05 -07:00
parent baebf62941
commit 1a7a7087f2
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -616,7 +616,7 @@ if [ "$ITYPE" = "git" ]; then
# If doing stable install, check if version specified
elif [ "$ITYPE" = "stable" ]; then
if [ "$#" -eq 0 ];then
STABLE_REV="latest"
ONEDIR_REV="latest"
ITYPE="onedir"
else
if [ "$(echo "$1" | grep -E '^(nightly|latest|3006)$')" != "" ]; then