Skip to content

Commit 03983cc

Browse files
authored
adjust for upstream branch name change
1 parent 742fbf5 commit 03983cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ def git(args):
8787
f.write("/src/tools/linkchecker/")
8888

8989
# Avoid fetching the whole history
90-
git(["fetch", "--depth=1", "origin", "master"])
91-
git(["checkout", "master"])
90+
git(["fetch", "--depth=1", "origin", "main"])
91+
git(["checkout", "main"])
9292

9393
if not bin.is_file():
9494
subprocess.run(["cargo", "build", "--release"], cwd=src, check=True)

0 commit comments

Comments
 (0)