toddlers: fix typo, staging is not a variable

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-02-24 12:00:26 +01:00
parent 32ba71a9b8
commit 96e6ccbe61

View file

@ -139,7 +139,7 @@ notify_admins = [
"pingou@fedoraproject.org",
]
# Use fasjson instead of FAS
{% if env == staging %}
{% if env == "staging" %}
fasjson = true
{% else %}
fasjson = false