webhooks: Fix spelling of GitHub webhook client name.

This will make the Zulip analytics on /stats be consistent with the
old integration.
This commit is contained in:
Tim Abbott 2017-02-05 16:22:01 -08:00
parent ac4d551b32
commit 28a123f00e
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ EVENT_FUNCTION_MAPPER = {
'watch': get_watch_body, 'watch': get_watch_body,
} }
@api_key_only_webhook_view('Github') @api_key_only_webhook_view('GitHub')
@has_request_variables @has_request_variables
def api_github_webhook( def api_github_webhook(
request, user_profile, client, request, user_profile, client,