From 958695d7e15be153be097051e1d14ca55188f0bf Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Tue, 9 Feb 2021 19:03:33 -0800 Subject: [PATCH] ^ --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 03bf9cb..ef0f53a 100644 --- a/deploy.sh +++ b/deploy.sh @@ -603,9 +603,9 @@ 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" + sudo -u $UN git checkout $VERSION wait fi source $HD/env/saleor/bin/activate