diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 632f48a7c9..6287f61e71 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -3,7 +3,7 @@ domain = "stg.fedoraproject.org" ircnick = "fedora-notifstg" {% else %} domain = "fedoraproject.org" -ircnick = "fedora-notifs" +ircnick = "fedora-notif" {% endif %} base = "https://apps.%s/notifications/" % domain