From 721acce344504558198902c778a022808fc208bd Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Sun, 24 Jan 2021 00:44:22 -0800 Subject: [PATCH] fixed an oopsie - missing "; then" --- Saleor_Production_Deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Saleor_Production_Deployment.sh b/Saleor_Production_Deployment.sh index 941b160..a065b87 100644 --- a/Saleor_Production_Deployment.sh +++ b/Saleor_Production_Deployment.sh @@ -215,7 +215,7 @@ if [ "$APIURI" = "" ]; then APIURI="graphql" fi -if [ "$VERSION" = "" ] +if [ "$VERSION" = "" ]; then VERSION="2.11.1" fi