Skip to content

Commit 26f9620

Browse files
committed
update
1 parent 0a286f3 commit 26f9620

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ impl GitSync {
177177
// file to find out which commit that would be.
178178
println!("Preparing {github_user}/rust (base: {base})...");
179179

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

0 commit comments

Comments
 (0)