Skip to content

Commit

Permalink
improve create-internal-pr.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Sep 24, 2024
1 parent 26ae569 commit 8beb98c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/unix/create-internal-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ fi
if [ $BRANCH_EXISTS -eq 1 ]; then
git checkout $SYNC_BRANCH_NAME
else
git checkout master
git checkout -b $SYNC_BRANCH_NAME
git checkout -b $SYNC_BRANCH_NAME origin/master
fi

git -C deps/workerd fetch origin $BRANCH_NAME
Expand Down

0 comments on commit 8beb98c

Please sign in to comment.