mirror of
https://github.com/fmtlib/fmt.git
synced 2026-08-03 20:14:20 +02:00
Update branch
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
branch = args.get('<branch>')
|
branch = args.get('<branch>')
|
||||||
if branch is None:
|
if branch is None:
|
||||||
branch = 'master'
|
branch = 'main'
|
||||||
if not fmt_repo.update('-b', branch, 'git@github.com:fmtlib/fmt'):
|
if not fmt_repo.update('-b', branch, 'git@github.com:fmtlib/fmt'):
|
||||||
clean_checkout(fmt_repo, branch)
|
clean_checkout(fmt_repo, branch)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user