lib/rubocop/cop/chef/modernize/zipfile_resource.rb in cookstyle-6.21.1 vs lib/rubocop/cop/chef/modernize/zipfile_resource.rb in cookstyle-7.0.0

- old
+ new

@@ -17,10 +17,10 @@ # module RuboCop module Cop module Chef - module ChefModernize + module Modernize # Use the archive_file resource built into Chef Infra Client 15+ instead of the zipfile resource from the zipfile cookbook. # # @example # # # bad