Skip to content

Quoting of { and } does not work anymore #2812

@seebi

Description

@seebi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: execChanges related to the execution of commands.dep: mvdan/shIssues related to the upstream interpreter used by Task.

    Type

    No fields configured for bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions