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 b16c3331bd..6e22e8b0f6 100644
--- a/lib/chef/knife/environment_from_file.rb
+++ b/lib/chef/knife/environment_from_file.rb
@@ -30,9 +30,9 @@ class Chef
banner "knife environment from file FILE [FILE..] (options)"
option :all,
- :short => "-a",
- :long => "--all",
- :description => "Upload all environments"
+ short: "-a",
+ long: "--all",
+ description: "Upload all environments"
def loader
@loader ||= Knife::Core::ObjectLoader.new(Chef::Environment, ui)