1
0
mirror of https://github.com/go-task/task.git synced 2025-01-12 04:34:11 +02:00

As convention, have variables in uppercase

This commit is contained in:
Andrey Nering 2017-03-05 16:22:43 -03:00
parent 08ab113b79
commit 6368c2fdb6

View File

@ -48,9 +48,9 @@ run in Bash, otherwise will fallback to `cmd` (on Windows).
build:
deps: [setvar]
cmds:
- echo "{{prefix}} {{THEVAR}}"
- echo "{{PREFIX}} {{THEVAR}}"
vars:
prefix: "Path:"
PREFIX: "Path:"
setvar:
cmds: