From d03cc1acfddc5bd80222f8c7a1910da6fd5f5836 Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Tue, 9 Feb 2021 18:41:32 -0800 Subject: [PATCH] ^ --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index ee02e71..2f417a7 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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