diff --git a/hack/cherry_pick_pull.sh b/hack/cherry_pick_pull.sh index 520d02b3ee9..f914bcd5ec4 100755 --- a/hack/cherry_pick_pull.sh +++ b/hack/cherry_pick_pull.sh @@ -152,7 +152,7 @@ Automated cherry pick of ${PULLSUBJ} Cherry pick of ${PULLSUBJ} on ${rel}. EOF - hub pull-request -F"${prtext}" -h "${GITHUB_USER}:${NEWBRANCH}" -b "kubernetes:${rel}" + hub pull-request -F "${prtext}" -h "${GITHUB_USER}:${NEWBRANCH}" -b "kubernetes:${rel}" } if git remote -v | grep ^origin | grep kubernetes/kubernetes.git; then