toddlers: fix typo, staging is not a variable
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
32ba71a9b8
commit
96e6ccbe61
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue