From abb1d241eed2282318149d5455fffdbd055a2eaf Mon Sep 17 00:00:00 2001 From: Paul Morie Date: Thu, 28 Jul 2016 13:16:00 -0400 Subject: [PATCH] Fix args to 'hub pull-request' in cherry-pick script --- hack/cherry_pick_pull.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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