Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Jan 31, 2020
1 parent 74a0116 commit 1f7e8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
}

if 'default' in SECRET_KEY:
print("WARNING: SECRET_KEY is defaulted. Makes sure to override SECKET_KEY in local_untracked or env var")
print("WARNING: SECRET_KEY is defaulted. Makes sure to override SECRET_KEY in local_untracked or env var")

if 'SENTRY_RAVEN_DSN' in os.environ:
import raven
Expand Down

0 comments on commit 1f7e8a5

Please sign in to comment.