From 6448aae6bbd4a400207c2f7a7f1809dc5ec5f117 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:42:23 -0600 Subject: [PATCH] Hotfix --- .../management/commands/master_domain_migrations.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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