diff --git a/.circleci/scripts/cherry-picker.sh b/.circleci/scripts/cherry-picker.sh index 6f03cd1ac9..f6ce0bc431 100755 --- a/.circleci/scripts/cherry-picker.sh +++ b/.circleci/scripts/cherry-picker.sh @@ -30,7 +30,7 @@ function get_latest_backport_label { fi latest_backport_label=$(echo "$resp" | jq -r '.[] | select(.name | startswith("backport/")) | .name' | sort -rV | head -n1) - echo"$latest_backport_label" + echo "$latest_backport_label" return 0 } @@ -181,4 +181,4 @@ done if [ "$backport_failures" -ne 0 ]; then echo "$backport_failures backports failed" exit 1 -fi \ No newline at end of file +fi