Commit 5df3fd26 authored by Michal Čihař's avatar Michal Čihař

Fix typo in variable name (issue #208)

parent 92e6ecc8
......@@ -93,7 +93,9 @@ def git_service_hook(request, service):
return HttpResponseBadRequest('could not find hook handler!')
except KeyError:
return HttpResponseBadRequest('could not parse json!')
service_long_name = service_data['service_long name']
# Log data
service_long_name = service_data['service_long_name']
repo = service_data['repo']
branch = service_data['branch']
logger.info(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment