From 96e6ccbe616429c7a571b64c36b4397866928bf5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 24 Feb 2021 12:00:26 +0100 Subject: [PATCH] toddlers: fix typo, staging is not a variable Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 3b53d9df86..906c0d8102 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -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