Fix a typo

remotes/origin/issue/4795/notification_even_they_are_disabled
David Barragán Merino 2016-04-01 11:06:20 +02:00
parent bca10ae245
commit 0f415d506f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class PushEventHook(BaseEventHook):
changes = self.payload.get("push", {}).get('changes', [])
for change in filter(None, changes):
commits = target.get("commits", [])
commits = change.get("commits", [])
if not commits:
continue