From b840398be84adc6ce1bfdfcdc5e37fd62ade9dfc Mon Sep 17 00:00:00 2001 From: Odin Ugedal Date: Thu, 17 Oct 2019 17:42:15 +0200 Subject: [PATCH] Fix indent in cherry_pick_pull script --- hack/cherry_pick_pull.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/cherry_pick_pull.sh b/hack/cherry_pick_pull.sh index b8b89cf9f5b..5b35be812ba 100755 --- a/hack/cherry_pick_pull.sh +++ b/hack/cherry_pick_pull.sh @@ -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}"