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: build:
deps: [setvar] deps: [setvar]
cmds: cmds:
- echo "{{prefix}} {{THEVAR}}" - echo "{{PREFIX}} {{THEVAR}}"
vars: vars:
prefix: "Path:" PREFIX: "Path:"
setvar: setvar:
cmds: cmds: