diff --git a/src/registrar/management/commands/master_domain_migrations.py b/src/registrar/management/commands/master_domain_migrations.py index bfd34c944..3f4841129 100644 --- a/src/registrar/management/commands/master_domain_migrations.py +++ b/src/registrar/management/commands/master_domain_migrations.py @@ -101,9 +101,9 @@ class Command(BaseCommand): ) parser.add_argument( "--migrationFilenames", - default="""escrow_domain_contacts.daily.gov.GOV.txt, - escrow_contacts.daily.gov.GOV.txt, - escrow_domain_statuses.daily.gov.GOV.txt""", + default="escrow_domain_contacts.daily.gov.GOV.txt," + "escrow_contacts.daily.gov.GOV.txt," + "escrow_domain_statuses.daily.gov.GOV.txt", help="""The files used for load_transition_domain migration script. Must appear IN ORDER and separated by commas: domain_contacts_filename.txt,contacts_filename.txt,domain_statuses_filename.txt