docs: Fix typo in spelling of generate_secrets.

This commit is contained in:
Tim Abbott
2016-10-05 17:47:05 -07:00
parent 273c17a072
commit 5357b286b2

View File

@@ -57,7 +57,7 @@ In a production environment, we have:
`zproject/settings.py`, and then override it here.
* `/etc/zulip/zulip-secrets.conf` (generated by
`scripts/setup/generate-secrets.py` as part of installation)
`scripts/setup/generate_secrets.py` as part of installation)
contains secrets used by the Zulip installation. These are read
using the standard Python `ConfigParser`, and accessed in
`zproject/settings.py` by the `get_secret` function. All