added missing regexp

This commit is contained in:
dcore94 2021-11-02 15:47:10 +01:00
parent 3aee9bfb01
commit b19bf38817
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"folder" : "${workflow.input.descriptor.userOrderName}-${workflow.input.descriptor.orderNumber}", "folder" : "${workflow.input.descriptor.userOrderName}-${workflow.input.descriptor.orderNumber}",
"bcc" : ["prog@maris.nl","orchestrator@d4science.org"], "bcc" : ["prog@maris.nl","orchestrator@d4science.org"],
"max_download_size" : 16106127360, "max_download_size" : 16106127360,
"scriptExpression": "return { folder : $.folder.replace(/[<>&:/|?%\[\]\\]/g,' ').trim()}" "scriptExpression": "return { folder : $.folder.replace(/[<>&:/|?%\\[\\]\\\]/g,' ').trim()}"
} }
}, },
{ {