Skip to content

Commit a2ca67f

Browse files
test: initialize the Zoekt fixture main branch
1 parent 589579c commit a2ca67f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/test-zoekt-sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ zoekt_remote="$test_root/zoekt.git"
4040
zoekt_upstream="$test_root/zoekt-upstream"
4141
sourcebot_test="$test_root/sourcebot"
4242

43-
git init --quiet --bare "$zoekt_remote"
43+
git init --quiet --bare --initial-branch=main "$zoekt_remote"
4444
git init --quiet --initial-branch=main "$zoekt_upstream"
4545
git -C "$zoekt_upstream" config user.name "Zoekt Sync Test"
4646
git -C "$zoekt_upstream" config user.email "zoekt-sync-test@example.com"

0 commit comments

Comments
 (0)