1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

chore: add changelog entry for #1343

This commit is contained in:
Andrey Nering
2023-10-07 18:59:20 -03:00
parent 05755f3a52
commit 5168e54af7
2 changed files with 3 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
version: '3'
vars:
foo: bar
FOO: bar
tasks:
foo:
desc: "task has desc with {{ .foo }} var"
desc: "task has desc with {{.FOO}} var"