Fix args to 'hub pull-request' in cherry-pick script

This commit is contained in:
Paul Morie 2016-07-28 13:16:00 -04:00
parent 7e1e51844f
commit abb1d241ee

View File

@ -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