diff options
Diffstat (limited to 'lib/chef/shell.rb')
-rw-r--r-- | lib/chef/shell.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/shell.rb b/lib/chef/shell.rb index 26683cc25d..e8c3704553 100644 --- a/lib/chef/shell.rb +++ b/lib/chef/shell.rb @@ -281,7 +281,7 @@ FOOTER end def self.setup! - self.new.parse_opts + new.parse_opts end def parse_opts |