mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #17978 from spiffxp/cherry-pick-mktemp
Auto commit by PR queue bot
This commit is contained in:
commit
a7a8417ee3
@ -145,7 +145,7 @@ function make-a-pr() {
|
||||
# https://github.com/github/hub/issues/976 Otherwise stdin is stolen
|
||||
# when we shove the heredoc at hub directly, tickling the ioctl
|
||||
# crash.
|
||||
prtext="$(mktemp)" # cleaned in return_to_kansas
|
||||
prtext="$(mktemp -t prtext.XXXX)" # cleaned in return_to_kansas
|
||||
cat >"${prtext}" <<EOF
|
||||
Automated cherry pick of ${PULLSUBJ}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user