diff --git a/app/services/exports/xml_export_service.rb b/app/services/exports/xml_export_service.rb index 946ffe070..d499dd518 100644 --- a/app/services/exports/xml_export_service.rb +++ b/app/services/exports/xml_export_service.rb @@ -32,7 +32,7 @@ module Exports end def write_export_archive(export, year, recent_export, full_update) - archive = get_archive_name(year, export.base_number, export.increment_number) # archive name would be the same for all logs because they're already filtered by year (?) + archive = get_archive_name(year, export.base_number, export.increment_number) initial_count = retrieve_resources(recent_export, full_update, year).count @logger.info("Creating #{archive} - #{initial_count} resources")