summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-15 08:46:55 -0700
committerTim Smith <tsmith@chef.io>2018-07-15 08:46:55 -0700
commit6f670e5b39319ff3e7c5fd06750c8dfc5221449c (patch)
tree18ac49e266fe7a16a0b33a40003bb28d0fa99bf4
parent221b90666356bd5c6ff40a2e46135418e1887ca8 (diff)
downloadchef-6f670e5b39319ff3e7c5fd06750c8dfc5221449c.tar.gz
This plugin needs role not node.json_cleanup
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/knife/role_show.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/role_show.rb b/lib/chef/knife/role_show.rb
index 14443fa9be..c9ff6e584e 100644
--- a/lib/chef/knife/role_show.rb
+++ b/lib/chef/knife/role_show.rb
@@ -25,7 +25,7 @@ class Chef
include Knife::Core::MultiAttributeReturnOption
deps do
- require "chef/node"
+ require "chef/role"
end
banner "knife role show ROLE (options)"