Commit 942ea2c7 by Victor Shnayder

fix typo

parent 5a766c08
...@@ -49,4 +49,4 @@ def github_post_receive(request): ...@@ -49,4 +49,4 @@ def github_post_receive(request):
revision, course = import_from_github(repo) revision, course = import_from_github(repo)
export_to_github(course, repo['path'], "Changes from cms import of revision %s" % revision) export_to_github(course, repo['path'], "Changes from cms import of revision %s" % revision)
return HttpResponse('Push recieved') return HttpResponse('Push received')
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