You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/rustup.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ case $1 in
43
43
44
44
cg_clif=$(pwd)
45
45
pushd ../rust
46
-
git pull origin master
46
+
git pull origin main
47
47
branch=sync_cg_clif-$(date +%Y-%m-%d)
48
48
git checkout -b "$branch"
49
49
"$cg_clif/git-fixed-subtree.sh" pull --prefix=compiler/rustc_codegen_cranelift/ https://github.com/rust-lang/rustc_codegen_cranelift.git main
0 commit comments