diff options
Diffstat (limited to 'lib/chef/knife/edit.rb')
-rw-r--r-- | lib/chef/knife/edit.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/knife/edit.rb b/lib/chef/knife/edit.rb index 597b284356..e150babc31 100644 --- a/lib/chef/knife/edit.rb +++ b/lib/chef/knife/edit.rb @@ -29,9 +29,9 @@ class Chef end option :local, - :long => "--local", - :boolean => true, - :description => "Show local files instead of remote" + long: "--local", + boolean: true, + description: "Show local files instead of remote" def run # Get the matches (recursively) |