From 49061f5420bc47eddda4b23987f4517accf6c9e8 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Fri, 27 Jan 2023 11:05:32 +0000 Subject: [PATCH] release process: fix typo in trigger_deploy.sh --- contrib/trigger_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/trigger_deploy.sh b/contrib/trigger_deploy.sh index fc4a0df78..63283612a 100755 --- a/contrib/trigger_deploy.sh +++ b/contrib/trigger_deploy.sh @@ -4,7 +4,7 @@ SSHUSER=$1 TRIGGERVERSION=$2 -if [ -z $SSHUSER ] || [ -z TRIGGERVERSION ]; then +if [ -z "$SSHUSER" ] || [ -z "$TRIGGERVERSION" ]; then echo "usage: $0 SSHUSER TRIGGERVERSION" echo "e.g. $0 thomasv 3.0.0" echo "e.g. $0 thomasv website"