From a61c2bcfb743a85d7cafd29ba7f8bec2fa392abe Mon Sep 17 00:00:00 2001 From: vsoch Date: Mon, 23 Mar 2020 13:38:49 -0600 Subject: [PATCH] syntax error Signed-off-by: vsoch --- pull-request.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull-request.sh b/pull-request.sh index 1fddbcb..d1a1bf2 100755 --- a/pull-request.sh +++ b/pull-request.sh @@ -84,7 +84,7 @@ create_pull_request() { printf "Number opened for PR is ${NUMBER}\n" # Assignees are defined - if [[ "$ASSIGNEES" != '""' ]; then + if [[ "$ASSIGNEES" != '""' ]]; then # Remove leading and trailing quotes ASSIGNEES=$(echo "$ASSIGNEES" | sed -e 's/^"//' -e 's/"$//')