diff options
Diffstat (limited to 'cli/schemas')
-rw-r--r-- | cli/schemas/config-file.v1.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index 599427ebe..4eece59df 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -238,7 +238,7 @@ }, "exclude": { "type": "array", - "description": "List of rule names that will be excluded from configured tag sets. If the same rule is in `include` it be run.", + "description": "List of rule names that will be excluded from configured tag sets. If the same rule is in `include` it will be run.", "items": { "type": "string" }, |