Skip to content

Commit

Permalink
'sucess_message' -> 'success_message'
Browse files Browse the repository at this point in the history
  • Loading branch information
jesopo committed Jun 24, 2019
1 parent 010f594 commit 882bbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/git_webhooks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def github_webhook(self, event):
else:
new_events = [e.lower() for e in event["args_split"][2:]]
all_hooks[existing_hook]["events"] = new_events
sucess_message = "Updated events for hook %s" % hook_name
success_message = "Updated events for hook %s" % hook_name
elif subcommand == "branches":
if not existing_hook:
raise utils.EventError("No hook found for %s" % hook_name)
Expand Down

0 comments on commit 882bbdf

Please sign in to comment.