Skip to content

Commit 4e96dc1

Browse files
committed
update
1 parent 26f9620 commit 4e96dc1

File tree

1 file changed

+1
-1
lines changed
  • library/compiler-builtins/crates/josh-sync/src

1 file changed

+1
-1
lines changed

library/compiler-builtins/crates/josh-sync/src/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ impl GitSync {
178178
println!("Preparing {github_user}/rust (base: {base})...");
179179

180180
// TODO
181-
if dbg!(Command::new("git").args(["-C", &rustc_git, "fetch", &user_rust_url]))
181+
if dbg!(Command::new("git").args(["-C", &rustc_git, "fetch", &user_rust_url, branch]))
182182
// .output()
183183
.status()
184184
.expect("could not run fetch")

0 commit comments

Comments
 (0)