Skip to content

Commit b574074

Browse files
authored
Merge pull request kubernetes#84055 from odinuge/cherry_pick_indent
Fix indent in cherry_pick_pull script
2 parents d1a79f1 + b840398 commit b574074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/cherry_pick_pull.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ ${numandtitle}
157157
For details on the cherry pick process, see the [cherry pick requests](https://git.k8s.io/community/contributors/devel/sig-release/cherry-picks.md) page.
158158
EOF
159159

160-
hub pull-request -F "${prtext}" -h "${GITHUB_USER}:${NEWBRANCH}" -b "${MAIN_REPO_ORG}:${rel}"
160+
hub pull-request -F "${prtext}" -h "${GITHUB_USER}:${NEWBRANCH}" -b "${MAIN_REPO_ORG}:${rel}"
161161
}
162162

163163
git checkout -b "${NEWBRANCHUNIQ}" "${BRANCH}"

0 commit comments

Comments
 (0)