1
0
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:
Pete Davison
2023-06-27 14:14:29 +00:00
committed by Andrey Nering
parent 36565bbbd2
commit 6be3ff6141
3 changed files with 10 additions and 10 deletions

View File

@@ -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