greenwave: add missing quote in the previous commit :(

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-06-26 13:51:13 +02:00
parent 012447730e
commit ec006102a8

View file

@ -56,7 +56,7 @@ formatter = "simple"
stream = "ext://sys.stdout"
[log_config.loggers.fedora_messaging]
{% if env == "staging %}
{% if env == "staging" %}
level = "DEBUG"
{% else %}
level = "INFO"