Skip to content

Commit 7a67c92

Browse files
committed
Improve promotion script
1 parent 57113a9 commit 7a67c92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/rhtap-promote

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ function createPR() {
8181
return
8282
fi
8383
if grep -q github.com <<< "$REPO"; then
84-
git push --set-upstream origin $BRANCH
85-
gh pr create --title "$BRANCH" --body "$TITLE" -R $REPO
84+
git push --set-upstream origin $BRANCH
85+
gh pr create --title "$BRANCH" --body "$TITLE" -R $REPO
8686
return
8787
fi
8888
}

0 commit comments

Comments
 (0)