Fix typo in default migrationDirectory

This commit is contained in:
zandercymatics 2023-11-01 11:26:16 -06:00
parent eb9c6fa7d2
commit 8b49117cb1
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -93,7 +93,7 @@ class Command(BaseCommand):
# The following file arguments have default values for running in the sandbox
parser.add_argument(
"--migrationDirectory",
default="migrationData",
default="migrationdata",
help=(
"The location of the files used for"
"load_transition_domain migration script"