From 8a5a58e9b30c29200dcc8cdc3be3787d17dd6135 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 2 Mar 2017 19:21:47 +0000 Subject: [PATCH] Typofix. --- roles/mbs/common/templates/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index ef9d80ca50..ba959c8fab 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -132,7 +132,7 @@ class ProdConfiguration(BaseConfiguration): {% endif %} # This is a whitelist of prefixes of koji tags we're allowed to manipulate - KOJI_TAG_PREFIXES = ['modules'] + KOJI_TAG_PREFIXES = ['module'] # These aren't really secret. OIDC_CLIENT_SECRETS = path.join(confdir, 'client_secrets.json')