diff --git a/src/registrar/management/commands/patch_federal_agency_info.py b/src/registrar/management/commands/patch_federal_agency_info.py index 72d127e28..d8a98ddff 100644 --- a/src/registrar/management/commands/patch_federal_agency_info.py +++ b/src/registrar/management/commands/patch_federal_agency_info.py @@ -36,7 +36,7 @@ class Command(BaseCommand): def handle(self, current_full_filepath, **kwargs): """Loops through each valid DomainInformation object and updates its agency value""" debug = kwargs.get("debug") - seperator = kwargs.get("sep") + separator = kwargs.get("sep") # Check if the provided file path is valid if not os.path.isfile(current_full_filepath):