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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/knife/environment_from_file.rb b/lib/chef/knife/environment_from_file.rb
index af72f84622..3812024c9c 100644
--- a/lib/chef/knife/environment_from_file.rb
+++ b/lib/chef/knife/environment_from_file.rb
@@ -62,7 +62,7 @@ class Chef
ui.info("Updated Environment #{updated.name}")
end
-
+
def run
if config[:all] == true
load_all_environments
@@ -72,7 +72,7 @@ class Chef
ui.fatal("You must specify a file to load")
exit 1
end
-
+
@name_args.each do |arg|
load_environment(arg)
end