Skip to content

Commit

Permalink
Merge pull request kubernetes#17978 from spiffxp/cherry-pick-mktemp
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Dec 1, 2015
2 parents bb86936 + 4bda53c commit a7a8417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/cherry_pick_pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit a7a8417

Please sign in to comment.