summaryrefslogtreecommitdiff
path: root/chef/lib/chef/knife/role_show.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/lib/chef/knife/role_show.rb')
-rw-r--r--chef/lib/chef/knife/role_show.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/lib/chef/knife/role_show.rb b/chef/lib/chef/knife/role_show.rb
index 952260ae27..14e34c8d0d 100644
--- a/chef/lib/chef/knife/role_show.rb
+++ b/chef/lib/chef/knife/role_show.rb
@@ -18,7 +18,7 @@
require 'chef/knife'
require 'chef/node'
-require 'json'
+require 'chef/json'
class Chef
class Knife