diff options
Diffstat (limited to 'lib/chef/cookbook/chefignore.rb')
-rw-r--r-- | lib/chef/cookbook/chefignore.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/cookbook/chefignore.rb b/lib/chef/cookbook/chefignore.rb index a27af68cb0..d905e027d6 100644 --- a/lib/chef/cookbook/chefignore.rb +++ b/lib/chef/cookbook/chefignore.rb @@ -33,7 +33,7 @@ class Chef @ignores = parse_ignore_file end - # @param [Array] list the list of cookbook files + # @param [Array] file_list the list of cookbook files # @return [Array] list of cookbook files with chefignore files removed def remove_ignores_from(file_list) Array(file_list).inject([]) do |unignored, file| |