mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
stop capturing git's output
This commit is contained in:
parent
badc18f098
commit
462d3ab3e3
@ -961,7 +961,7 @@ fn fetch_with_cli(
|
||||
config
|
||||
.shell()
|
||||
.verbose(|s| s.status("Running", &cmd.to_string()))?;
|
||||
cmd.exec_with_output()?;
|
||||
cmd.exec()?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user