diff options
| author | Tim Hockin <thockin@google.com> | 2015-07-13 10:17:14 -0700 |
|---|---|---|
| committer | Tim Hockin <thockin@google.com> | 2015-07-13 10:17:14 -0700 |
| commit | df577b0a81dca9f8aa90a27ef98013eec6a48dab (patch) | |
| tree | 269ac07efcbeb952a88f029148003431bf41978c | |
| parent | 5b891f610132f670f1a2bc4cbdbf53ef05180c25 (diff) | |
| parent | eed049cf8d255fd787d10565e8700ba5cd296750 (diff) | |
Merge pull request #11122 from zmerlynn/multi-pick
hack/cherry_pick_pull.sh: Allow multiple pulls
| -rw-r--r-- | cherry-picks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cherry-picks.md b/cherry-picks.md index 5fbada99..2708db93 100644 --- a/cherry-picks.md +++ b/cherry-picks.md @@ -8,7 +8,7 @@ Kubernetes projects. Any contributor can propose a cherry pick of any pull request, like so: ``` -hack/cherry_pick_pull.sh 98765 upstream/release-3.14 +hack/cherry_pick_pull.sh upstream/release-3.14 98765 ``` This will walk you through the steps to propose an automated cherry pick of pull |
