Commit 2d049c8f authored by Michal Čihař's avatar Michal Čihař

Fixed indentation

parent b87fb30c
......@@ -78,7 +78,7 @@ def github_hook(request):
repo = 'git://github.com/%s/%s.git' % (
data['repository']['owner']['name'],
data['repository']['name'],
)
)
branch = data['ref'].split('/')[-1]
except KeyError:
return HttpResponseBadRequest('could not parse json!')
......
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