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

Add missing "-" in usage.md

This commit is contained in:
Eugene Zhukov
2019-06-11 11:35:10 +03:00
committed by GitHub
parent 0200d043c3
commit f1082520e1

View File

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