mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +02:00
docs: fix variable name (#1754)
This commit is contained in:
parent
0a59890a46
commit
32158dac87
@ -1181,7 +1181,7 @@ tasks:
|
||||
ref: index .FOO 0 # <-- The element at index 0 is passed by reference to bar
|
||||
bar:
|
||||
cmds:
|
||||
- 'echo {{.MYVAR}}' # <-- FOO is just the letter 'A'
|
||||
- 'echo {{.FOO}}' # <-- FOO is just the letter 'A'
|
||||
```
|
||||
|
||||
## Looping over values
|
||||
|
Loading…
Reference in New Issue
Block a user