From 7abc1b59dd0aa7486f44fdb29fa0a43b4feb6ce3 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 16 May 2019 19:11:09 +0200 Subject: [PATCH] Fix another occurance of missing plural Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/templates/owner-sync-pagure.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/owner-sync-pagure.j2 b/roles/bodhi2/backend/templates/owner-sync-pagure.j2 index 306dcb9a7d..2b634d0dfa 100755 --- a/roles/bodhi2/backend/templates/owner-sync-pagure.j2 +++ b/roles/bodhi2/backend/templates/owner-sync-pagure.j2 @@ -405,7 +405,7 @@ if __name__ == '__main__': if verbose: print('Determining which projects have the namespace "{0}" and ' 'branch "{1}"'.format(namespace, tag)) - namespaces = info['namespace'] + namespaces = info['namespaces'] pkgs = [] for namespace in namespaces: for pkg, branches in namespace_to_projects[namespace].items():