Skip to content

Commit 462d3ab

Browse files
committed
stop capturing git's output
1 parent badc18f commit 462d3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/sources/git/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ fn fetch_with_cli(
961961
config
962962
.shell()
963963
.verbose(|s| s.status("Running", &cmd.to_string()))?;
964-
cmd.exec_with_output()?;
964+
cmd.exec()?;
965965
Ok(())
966966
}
967967

0 commit comments

Comments
 (0)