summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)"