mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
When we added support for automatically adding new secrets in generate_secrets.py, we failed to account for the possibility that a human editor might have let the secrets file without a trailing newline. We address this by adding a leading newline before our new secret. Fixes #5209.