mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
chore: sources instead of source
This commit is contained in:
committed by
Andrey Nering
parent
36565bbbd2
commit
6be3ff6141
4
testdata/for/Taskfile.yml
vendored
4
testdata/for/Taskfile.yml
vendored
@@ -13,7 +13,7 @@ tasks:
|
||||
- foo.txt
|
||||
- bar.txt
|
||||
cmds:
|
||||
- for: source
|
||||
- for: sources
|
||||
cmd: cat "{{.ITEM}}"
|
||||
|
||||
# Loop over the task's sources when globbed
|
||||
@@ -21,7 +21,7 @@ tasks:
|
||||
sources:
|
||||
- "*.txt"
|
||||
cmds:
|
||||
- for: source
|
||||
- for: sources
|
||||
cmd: cat "{{.ITEM}}"
|
||||
|
||||
# Loop over the contents of a variable
|
||||
|
Reference in New Issue
Block a user