Skip to content

Commit dd9e075

Browse files
committed
Merge branch 'master' into bee-update-lib
2 parents 387edc7 + d3229ff commit dd9e075

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)