Skip to content

Commit 9a9d5fc

Browse files
committed
Fix Windows compilation
1 parent 6a28881 commit 9a9d5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/src/utils/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pub fn robocopy(
130130
cmd.arg(arg.as_ref());
131131
}
132132

133-
let output = run_command_with_output(&mut cmd)?;
133+
let output = run_command_with_output(&mut cmd, false)?;
134134

135135
if output.status.code() >= Some(8) {
136136
// robocopy returns 0-7 on success

0 commit comments

Comments
 (0)