summaryrefslogtreecommitdiff
path: root/lib/chef/knife/environment_from_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/environment_from_file.rb')
-rw-r--r--lib/chef/knife/environment_from_file.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/knife/environment_from_file.rb b/lib/chef/knife/environment_from_file.rb
index c533a7351d..6a35e07efe 100644
--- a/lib/chef/knife/environment_from_file.rb
+++ b/lib/chef/knife/environment_from_file.rb
@@ -16,15 +16,15 @@
# limitations under the License.
#
-require "chef/knife"
+require_relative ""
class Chef
class Knife
class EnvironmentFromFile < Knife
deps do
- require "chef/environment"
- require "chef/knife/core/object_loader"
+ require_relative "../environment"
+ require_relative "core/object_loader"
end
banner "knife environment from file FILE [FILE..] (options)"