1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

chore: fix json schema typos (#1642)

This commit is contained in:
Jordan
2024-05-09 10:11:39 -04:00
committed by GitHub
parent 01716f55b3
commit 78a69c4c3e

View File

@@ -512,7 +512,7 @@
"type": "object", "type": "object",
"properties": { "properties": {
"exclude": { "exclude": {
"description": "File or glob patter to exclude from the list", "description": "File or glob pattern to exclude from the list",
"type": "string" "type": "string"
} }
} }
@@ -648,7 +648,7 @@
"$ref": "#/definitions/tasks" "$ref": "#/definitions/tasks"
}, },
"silent": { "silent": {
"description": "Default 'silent' options for this Taskfile. If `false`, can be overidden with `true` in a task by task basis.", "description": "Default 'silent' options for this Taskfile. If `false`, can be overridden with `true` in a task by task basis.",
"type": "boolean" "type": "boolean"
}, },
"set": { "set": {