Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Jan 12, 2024
1 parent 6b5a451 commit c37266b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/core-migrate/core_migrate/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
DATA_DIR = Path(Path(__file__).parents[4], "kcr-untracked-files")
FILES_LOCATION = DATA_DIR / "humcore"
SERVER_DOMAIN = os.environ["MIGRATION_SERVER_DOMAIN"]
SERVER_PROTOCOL = os.environ["MIGRATION_SERVER_DOMAIN"]
SERVER_PROTOCOL = os.environ["MIGRATION_SERVER_PROTOCOL"]
API_TOKEN = os.environ["MIGRATION_API_TOKEN"]

0 comments on commit c37266b

Please sign in to comment.