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.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/knife/environment_from_file.rb b/lib/chef/knife/environment_from_file.rb
index 4640632b32..978d40edcc 100644
--- a/lib/chef/knife/environment_from_file.rb
+++ b/lib/chef/knife/environment_from_file.rb
@@ -19,7 +19,6 @@
class Chef
class Knife
class EnvironmentFromFile < Knife
-
deps do
require "chef/environment"
require "chef/knife/core/object_loader"
@@ -62,7 +61,6 @@ class Chef
ui.info("Updated Environment #{updated.name}")
end
-
def run
if config[:all] == true
load_all_environments