fix: wrong yaml schema for `logPath`

pull/964/head
Michael Kriese 2022-09-01 11:26:31 +02:00 committed by GitHub
parent 9bfc034807
commit 5171884913
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": {