diff --git a/make.py b/make.py index a1b7b46b..5fec3818 100755 --- a/make.py +++ b/make.py @@ -87,8 +87,8 @@ def git(args): f.write("/src/tools/linkchecker/") # Avoid fetching the whole history - git(["fetch", "--depth=1", "origin", "master"]) - git(["checkout", "master"]) + git(["fetch", "--depth=1", "origin", "main"]) + git(["checkout", "main"]) if not bin.is_file(): subprocess.run(["cargo", "build", "--release"], cwd=src, check=True)