Skip to content

Commit 76a1cac

Browse files
authored
Change name of new uploads xml file (#431)
2 parents a9b16a9 + 6ea8e1e commit 76a1cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/language_content_processor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def language_files
3232
),
3333
all_providers_recent: FileToUpload.new(
3434
content: ->(language) { XmlGenerator::AllProviders.new(language, recent: true).perform },
35-
name: "#{language.file_storage_prefix}New_Uploads_Server_XML.xml",
35+
name: "#{language.file_storage_prefix}New_Uploads.xml",
3636
path: "#{language.file_storage_prefix}CMES-Pi/assets/XML",
3737
),
3838
tags: FileToUpload.new(

0 commit comments

Comments
 (0)