mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Fix args to 'hub pull-request' in cherry-pick script
This commit is contained in:
parent
7e1e51844f
commit
abb1d241ee
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user