summaryrefslogtreecommitdiff
path: root/lib/chef/knife/environment_show.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/environment_show.rb')
-rw-r--r--lib/chef/knife/environment_show.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/knife/environment_show.rb b/lib/chef/knife/environment_show.rb
index 04d17ed1f4..7c5d2a5482 100644
--- a/lib/chef/knife/environment_show.rb
+++ b/lib/chef/knife/environment_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/environment"
+ require_relative "../environment"
end
banner "knife environment show ENVIRONMENT (options)"