fix typo in CP schema

This commit is contained in:
Jesse Plamondon-Willard 2020-10-03 10:55:00 -04:00
parent 5c733af747
commit 6e7ebc0097
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"type": "string", "type": "string",
"const": "1.18.0", "const": "1.18.0",
"@errorMessages": { "@errorMessages": {
"const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.17.0'." "const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.18.0'."
} }
}, },
"ConfigSchema": { "ConfigSchema": {