summaryrefslogtreecommitdiff
path: root/lib/chef/knife/role_show.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/role_show.rb')
-rw-r--r--lib/chef/knife/role_show.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/knife/role_show.rb b/lib/chef/knife/role_show.rb
index cad0344eca..bc99a9ea72 100644
--- a/lib/chef/knife/role_show.rb
+++ b/lib/chef/knife/role_show.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require "chef/knife"
+require_relative ""
class Chef
class Knife
@@ -25,7 +25,7 @@ class Chef
include Knife::Core::MultiAttributeReturnOption
deps do
- require "chef/role"
+ require_relative "../role"
end
banner "knife role show ROLE (options)"