diff --git a/website/docs/reference/schema.mdx b/website/docs/reference/schema.mdx index 29dc58c8..29050e75 100644 --- a/website/docs/reference/schema.mdx +++ b/website/docs/reference/schema.mdx @@ -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).