mirror of https://github.com/winsw/winsw
fix: wrong yaml schema for `logPath` (#964)
parent
be397b9507
commit
5498f3a7f1
|
@ -108,8 +108,8 @@
|
|||
"$id": "#/properties/log/period",
|
||||
"type": "number"
|
||||
},
|
||||
"logpath": {
|
||||
"$id": "#/properties/log/logpath",
|
||||
"logPath": {
|
||||
"$id": "#/properties/log/logPath",
|
||||
"type": "string"
|
||||
},
|
||||
"outFileDisabled": {
|
||||
|
|
Loading…
Reference in New Issue