From 7b43a3f45af4e7fdc9a129425f51c3a510215501 Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Tue, 9 Feb 2021 18:59:21 -0800 Subject: [PATCH] ^ --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 2f417a7..03bf9cb 100644 --- a/deploy.sh +++ b/deploy.sh @@ -605,7 +605,7 @@ set -x # Was the -v (version) option used? 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