summaryrefslogtreecommitdiff
path: root/lib/chef/knife/client_show.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/client_show.rb')
-rw-r--r--lib/chef/knife/client_show.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/knife/client_show.rb b/lib/chef/knife/client_show.rb
index 5a07ff7af1..945267e924 100644
--- a/lib/chef/knife/client_show.rb
+++ b/lib/chef/knife/client_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/api_client_v1"
+ require_relative "../api_client_v1"
end
banner "knife client show CLIENT (options)"