There was an error while loading. Please reload this page.
1 parent 589579c commit a2ca67fCopy full SHA for a2ca67f
1 file changed
.github/scripts/test-zoekt-sync.sh
@@ -40,7 +40,7 @@ zoekt_remote="$test_root/zoekt.git"
40
zoekt_upstream="$test_root/zoekt-upstream"
41
sourcebot_test="$test_root/sourcebot"
42
43
-git init --quiet --bare "$zoekt_remote"
+git init --quiet --bare --initial-branch=main "$zoekt_remote"
44
git init --quiet --initial-branch=main "$zoekt_upstream"
45
git -C "$zoekt_upstream" config user.name "Zoekt Sync Test"
46
git -C "$zoekt_upstream" config user.email "zoekt-sync-test@example.com"
0 commit comments