From e1a68021c5f1f9166af6163e6daf4fc9fe15676c Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Tue, 9 Feb 2021 20:24:49 -0800 Subject: [PATCH] ^ --- deploy-dashboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-dashboard.sh b/deploy-dashboard.sh index 04d8f30..4b74c3b 100644 --- a/deploy-dashboard.sh +++ b/deploy-dashboard.sh @@ -72,7 +72,7 @@ fi # Make sure we're in the project root directory cd saleor-dashboard # Was the -v (version) option used? -if [ "vOPT" = "true" ] || [ "$VERSION" = "" ]; then +if [ "vOPT" = "true" ] || [ "$VERSION" != "" ]; then sudo -u $UN git checkout $VERSION fi # Install dependancies