1
0
mirror of https://github.com/go-task/task.git synced 2025-03-03 14:52:13 +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
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!
```