Skip to content

Commit

Permalink
Change main to master
Browse files Browse the repository at this point in the history
  • Loading branch information
rkierulf committed Jun 27, 2024
1 parent 4fd4c57 commit 2102de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/find_branch_point.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -ue

diff -u <(git rev-list --first-parent "$1") \
<(git rev-list --first-parent main) | \
<(git rev-list --first-parent master) | \
sed -ne 's/^ //p' | head -1

0 comments on commit 2102de7

Please sign in to comment.