Fix name of chef plugin manifest schema name

This commit is contained in:
Anders Ingemann 2014-05-16 18:29:42 +02:00
parent 53406e2b35
commit 81659321af

View file

@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Puppet plugin manifest",
"title": "Chef plugin manifest",
"type": "object",
"properties": {
"plugins": {