summaryrefslogtreecommitdiff
path: root/chef/lib/chef/knife/cookbook_create.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/lib/chef/knife/cookbook_create.rb')
-rw-r--r--chef/lib/chef/knife/cookbook_create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/lib/chef/knife/cookbook_create.rb b/chef/lib/chef/knife/cookbook_create.rb
index 3098a27d9b..aed540ba6b 100644
--- a/chef/lib/chef/knife/cookbook_create.rb
+++ b/chef/lib/chef/knife/cookbook_create.rb
@@ -17,7 +17,7 @@
#
require 'chef/knife'
-require 'json'
+require 'chef/json'
require 'uri'
require 'chef/mixin/shell_out'