From 3cc85a26271cbd5b4a40e36152c9338e45425661 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 11 Aug 2017 17:49:33 +0000 Subject: [PATCH] Typofix. --- 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 c33160a190..3988ec1162 100755 --- a/roles/bodhi2/backend/templates/owner-sync-pagure.j2 +++ b/roles/bodhi2/backend/templates/owner-sync-pagure.j2 @@ -335,4 +335,4 @@ if __name__ == '__main__': if namespace == 'rpms': pkgs.append('module-build-macros') - set_koji_ownership(tag, pkgs, tag_info['arches']) + set_koji_ownership(tag, pkgs, info['arches'])