1
0
mirror of https://github.com/go-task/task.git synced 2025-07-15 01:35:00 +02:00

docs: fix typo: source -> sources

This commit is contained in:
Andrey Nering
2025-03-31 10:50:33 -03:00
committed by GitHub
parent f6baa5942e
commit 180fcef364

View File

@ -196,7 +196,7 @@ If defined as a string this is a shell command, otherwise it is a map defining a
The `for` parameter can be defined as a string, a list of strings or a map. If
it is defined as a string, you can give it any of the following values:
- `source` - Will run the command for each source file defined on the task.
- `sources` - Will run the command for each source file defined on the task.
(Glob patterns will be resolved, so `*.go` will run for every Go file that
matches).