Skip to content

Commit 57ed982

Browse files
committed
Missing branch terminator
1 parent 75909a2 commit 57ed982

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/backport.sh

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ fi
1616
if ! git pull --ff-only; then
1717
echo "Unable to update $TARGET_BRANCH"
1818
exit 2
19+
fi
1920

2021
if ! git checkout -b "$PR_BRANCH"; then
2122
echo "Failed to open new branch $PR_BRANCH"

0 commit comments

Comments
 (0)