Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benthuffine committed Aug 25, 2023
1 parent 87eb887 commit 8d7db59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def configure_settings():

# Check env for db override (used for github actions)
if os.environ.get('DB_SETTINGS_TWO'):
db_config_two = json.loads(os.environ.get('DB_SETTING_TWO'))
db_config_two = json.loads(os.environ.get('DB_SETTINGS_TWO'))


settings.configure(
Expand Down

0 comments on commit 8d7db59

Please sign in to comment.