diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-02-12 11:48:56 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-02-12 11:48:56 -0800 |
commit | f890cc4480c601b08c657cee2d24dd3ed472c054 (patch) | |
tree | 73b4b4e2c48809946624fe98dbb8040ff42da23e | |
parent | b48b150cc50dbd54a719ea54a965de53d4531170 (diff) | |
download | chef-lcg/bump-rubocop.tar.gz |
fix alignmentlcg/bump-rubocop
-rw-r--r-- | lib/chef/application/knife.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/application/knife.rb b/lib/chef/application/knife.rb index 2a3e35bea7..34598574dd 100644 --- a/lib/chef/application/knife.rb +++ b/lib/chef/application/knife.rb @@ -63,7 +63,7 @@ class Chef::Application::Knife < Chef::Application :long => "--disable-editing", :description => "Do not open EDITOR, just accept the data as is", :boolean => true, - :default => false + :default => false option :help, :short => "-h", |