Description
After updating task to 3.50.0 the example task file does not work anymore.
With 3.49.1, the following value of the parameter --filename-template is provided to the executed command: {{iriname}}.
Now, with 3.50.0 this value is provided to the command: \{\{iriname\}\}.
So the quoting of { and } does not work anymore.
Version
3.50.0
Operating system
darwin arm64
Experiments Enabled
No response
Example Taskfile
version: '3'
tasks:
export:
summary: Export graphs
cmds:
- rm -rf graph-backup
- >
cmemc -d graph export
--output-dir graph-backup
--filename-template \{\{iriname\}\}
--all
Description
After updating task to 3.50.0 the example task file does not work anymore.
With 3.49.1, the following value of the parameter
--filename-templateis provided to the executed command:{{iriname}}.Now, with 3.50.0 this value is provided to the command:
\{\{iriname\}\}.So the quoting of
{and}does not work anymore.Version
3.50.0
Operating system
darwin arm64
Experiments Enabled
No response
Example Taskfile