mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 00:01:55 +00:00
fix: fix powershell args passing
This commit is contained in:
@@ -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| {
|
||||
|
||||
Reference in New Issue
Block a user