Update branch

This commit is contained in:
Victor Zverovich 2026-06-02 15:17:59 -07:00
parent 70f794e395
commit a54dbce579

View File

@ -87,7 +87,7 @@ if __name__ == '__main__':
branch = args.get('<branch>')
if branch is None:
branch = 'master'
branch = 'main'
if not fmt_repo.update('-b', branch, 'git@github.com:fmtlib/fmt'):
clean_checkout(fmt_repo, branch)