mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-18 16:55:58 +02:00
Fix typo in default migrationDirectory
This commit is contained in:
parent
eb9c6fa7d2
commit
8b49117cb1
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class Command(BaseCommand):
|
||||||
# The following file arguments have default values for running in the sandbox
|
# The following file arguments have default values for running in the sandbox
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--migrationDirectory",
|
"--migrationDirectory",
|
||||||
default="migrationData",
|
default="migrationdata",
|
||||||
help=(
|
help=(
|
||||||
"The location of the files used for"
|
"The location of the files used for"
|
||||||
"load_transition_domain migration script"
|
"load_transition_domain migration script"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue