Skip to content

Commit d3229ff

Browse files
authored
Merge pull request #701 from RustScan/bee-fix-tests
Fix tests
2 parents 45537cf + 89541ed commit d3229ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ fn execute_script(script: &str) -> Result<String> {
281281
};
282282

283283
match Command::new(cmd)
284-
.args(&[arg, script])
284+
.args([arg, script])
285285
.stdin(Stdio::piped())
286286
.stderr(Stdio::piped())
287287
.output()

0 commit comments

Comments
 (0)