This commit is contained in:
Vague Rabbit 2021-02-09 18:41:32 -08:00
parent 062b30fc57
commit d03cc1acfd

View file

@ -603,7 +603,7 @@ cd $HD/saleor
wait
set -x
# Was the -v (version) option used?
if [ "vOPT" = "true" || $VERSION != "" ]; then
if [ "vOPT" = "true" || "$VERSION" != "" ]; then
# Checkout the specified version
sudo -u $UN git checkout $VERSION
wait