Commit abb1d241 authored by Paul Morie's avatar Paul Morie

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

parent 7e1e5184
...@@ -152,7 +152,7 @@ Automated cherry pick of ${PULLSUBJ} ...@@ -152,7 +152,7 @@ Automated cherry pick of ${PULLSUBJ}
Cherry pick of ${PULLSUBJ} on ${rel}. Cherry pick of ${PULLSUBJ} on ${rel}.
EOF 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 if git remote -v | grep ^origin | grep kubernetes/kubernetes.git; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment