From 18c077212881bb3ca4955eacc3c62f8dee016ee4 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 13 Feb 2015 03:17:41 +0000 Subject: [PATCH] Typofix. --- roles/notifs/backend/templates/fmn.consumer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 6576b5c039..7050cfd3c8 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -52,7 +52,7 @@ config = { # Just drop these topics without considering any preferences. They are noise that just clog us up. "fmn.junk_suffixes": [ - '.buildsys.package.list.state.change', + '.buildsys.package.list.change', '.buildsys.tag', '.buildsys.untag', '.buildsys.repo.init',