Fix indent in cherry_pick_pull script

This commit is contained in:
Odin Ugedal 2019-10-17 17:42:15 +02:00
parent fef819254a
commit b840398be8
No known key found for this signature in database
GPG Key ID: AFF9C8242CF7A7AF

View File

@ -157,7 +157,7 @@ ${numandtitle}
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.
EOF
hub pull-request -F "${prtext}" -h "${GITHUB_USER}:${NEWBRANCH}" -b "${MAIN_REPO_ORG}:${rel}"
hub pull-request -F "${prtext}" -h "${GITHUB_USER}:${NEWBRANCH}" -b "${MAIN_REPO_ORG}:${rel}"
}
git checkout -b "${NEWBRANCHUNIQ}" "${BRANCH}"