We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75909a2 commit 57ed982Copy full SHA for 57ed982
utils/backport.sh
@@ -16,6 +16,7 @@ fi
16
if ! git pull --ff-only; then
17
echo "Unable to update $TARGET_BRANCH"
18
exit 2
19
+fi
20
21
if ! git checkout -b "$PR_BRANCH"; then
22
echo "Failed to open new branch $PR_BRANCH"
0 commit comments