fix: wrong yaml schema for `logPath` (#964)

master
Michael Kriese 2023-01-29 09:44:35 +01:00 committed by GitHub
parent be397b9507
commit 5498f3a7f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -108,8 +108,8 @@
"$id": "#/properties/log/period",
"type": "number"
},
"logpath": {
"$id": "#/properties/log/logpath",
"logPath": {
"$id": "#/properties/log/logPath",
"type": "string"
},
"outFileDisabled": {