diff options
author | Thom May <thom@chef.io> | 2016-05-03 18:26:07 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2016-05-05 14:35:44 +0100 |
commit | bdf929ef1218c21a63603243dc237d0e943810ca (patch) | |
tree | 95407e6a8426d50fbdb1eee26e19c0699dab5afc /lib/chef/knife | |
parent | ad2899f77ceb1b79c8df4b110092b824752eaa38 (diff) | |
download | chef-bdf929ef1218c21a63603243dc237d0e943810ca.tar.gz |
chefstyle fix
Diffstat (limited to 'lib/chef/knife')
-rw-r--r-- | lib/chef/knife/list.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/knife/list.rb b/lib/chef/knife/list.rb index a109504788..fcfde0eb45 100644 --- a/lib/chef/knife/list.rb +++ b/lib/chef/knife/list.rb @@ -44,7 +44,6 @@ class Chef patterns = name_args.length == 0 ? [""] : name_args # Get the top-level matches - args = pattern_args_from(patterns) all_results = parallelize(pattern_args_from(patterns)) do |pattern| pattern_results = Chef::ChefFS::FileSystem.list(config[:local] ? local_fs : chef_fs, pattern).to_a |