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'])