From 81659321af8e6831f03f71a38e8c1b6fb8ac0d4c Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Fri, 16 May 2014 18:29:42 +0200 Subject: [PATCH] Fix name of chef plugin manifest schema name --- bootstrapvz/plugins/chef/manifest-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapvz/plugins/chef/manifest-schema.json b/bootstrapvz/plugins/chef/manifest-schema.json index 9bc9d47..c7b1299 100644 --- a/bootstrapvz/plugins/chef/manifest-schema.json +++ b/bootstrapvz/plugins/chef/manifest-schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "Puppet plugin manifest", + "title": "Chef plugin manifest", "type": "object", "properties": { "plugins": {