1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00

Merge pull request #212 from ezhukov/patch-1

Add missing "-" in usage.md
This commit is contained in:
Andrey Nering 2019-06-15 21:21:41 -03:00 committed by GitHub
commit edeaf3794a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -385,7 +385,7 @@ version: '2'
tasks:
print-var:
cmds:
echo "{{.VAR}}"
- echo "{{.VAR}}"
vars:
VAR: Hello!
```