Commit bb44a7a2 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6298 from ralish/hipchat-spelling-fix

Fix spelling of "GitLab" in HipChat service
parents 168e0341 a5c62585
...@@ -40,7 +40,7 @@ class HipchatService < Service ...@@ -40,7 +40,7 @@ class HipchatService < Service
end end
def execute(push_data) def execute(push_data)
gate[room].send('Gitlab', create_message(push_data)) gate[room].send('GitLab', create_message(push_data))
end end
private private
......
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