syntax error

Signed-off-by: vsoch <vsochat@stanford.edu>
This commit is contained in:
vsoch
2020-03-23 13:38:49 -06:00
parent 1a853b4e3f
commit a61c2bcfb7

View File

@@ -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/"$//')