Skip to content

Commit 78320c6

Browse files
committed
Tryit
1 parent 00c005a commit 78320c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_name|replace(" ", "")}}/Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ tasks:
105105
PLATFORM_SUFFIX: '{{ '{{if eq .PLATFORM "all"}}' }}all{{ '{{else if .PLATFORM}}' }}{{ '{{.PLATFORM | replace "/" "_"}}' }}{{ '{{else}}' }}{{ '{{.LOCAL_PLATFORM | replace "/" "_"}}' }}{{ '{{end}}' }}'
106106
# We always output to "latest", since we're also overwriting latest
107107
OUTPUT_FILE: '{{ '{{.IMAGE_NAME | replace "/" "_"}}' }}_latest_{{ '{{.PLATFORM_SUFFIX}}' }}.tar'
108-
DESCRIPTION: "{{ cookiecutter.project_short_description | replace('"', '\\"') | replace("'", "\\'") }}"
108+
DESCRIPTION: "{{ cookiecutter.project_short_description | replace('"', '\\"') | replace("'", "\\\\'") }}"
109109
cmds:
110110
# First build: load if same platform, output to file if cross-platform, or push if PUBLISH is true
111111
- |

0 commit comments

Comments
 (0)