Skip to content

Commit 9de73c8

Browse files
committed
Rename the default branch to main
1 parent 42943a9 commit 9de73c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rustup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ case $1 in
4646
git pull origin master
4747
branch=sync_cg_clif-$(date +%Y-%m-%d)
4848
git checkout -b "$branch"
49-
"$cg_clif/git-fixed-subtree.sh" pull --prefix=compiler/rustc_codegen_cranelift/ https://github.com/rust-lang/rustc_codegen_cranelift.git master
49+
"$cg_clif/git-fixed-subtree.sh" pull --prefix=compiler/rustc_codegen_cranelift/ https://github.com/rust-lang/rustc_codegen_cranelift.git main
5050
git push -u my "$branch"
5151

5252
# immediately merge the merge commit into cg_clif to prevent merge conflicts when syncing

0 commit comments

Comments
 (0)