fix: fix powershell args passing

This commit is contained in:
Ruben Fiszel
2023-11-01 17:19:15 +01:00
parent 17144130b9
commit b4d5c5add8
+1 -1
View File
@@ -180,7 +180,7 @@ pub async fn handle_powershell_job(
job.args.as_ref()
};
let args_owned = windmill_parser_bash::parse_bash_sig(&content)?
let args_owned = windmill_parser_bash::parse_powershell_sig(&content)?
.args
.iter()
.map(|arg| {