From a7272b5b371efbe2b5066a4fe206960bcdeaea23 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 27 2015 08:51:48 +0000 Subject: Fix keyword when sending information about a project --- diff --git a/pagure/lib/__init__.py b/pagure/lib/__init__.py index c8ad228..d975a71 100644 --- a/pagure/lib/__init__.py +++ b/pagure/lib/__init__.py @@ -370,7 +370,7 @@ def remove_tags(session, project, tags, ticketfolder, user): pagure.lib.notify.fedmsg_publish( 'project.tag.removed', dict( - issue=project.to_json(), + project=project.to_json(), tags=removed_tags, agent=user_obj.username, )