From 37a2b853329f5a2889df3655783282ebb338faaa Mon Sep 17 00:00:00 2001 From: vsoch Date: Wed, 18 Mar 2020 14:38:47 -0600 Subject: [PATCH] trying again 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 c31b7e2..01e8e76 100755 --- a/pull-request.sh +++ b/pull-request.sh @@ -76,7 +76,7 @@ create_pull_request() { # If there are assignees and we were successful to open, assigm them to it if [[ "${ASSIGNEES}" != "" ]] && [[ "${RETVAL}" == "0" ]]; then - echo "${REPONSE}" + echo "${RESPONSE}" NUMBER=$(echo "${RESPONSE}" | jq --raw-output '.number') printf "Number opened for PR is ${NUMBER}\n" printf "Attempting to assign ${ASSIGNEES} to ${PR} with number ${NUMBER}"