Skip to content

Commit 89541ed

Browse files
author
bee
committed
Fix tests
1 parent 45537cf commit 89541ed

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)