Commit a5c62585 authored by Samuel D. Leslie's avatar Samuel D. Leslie

Fix spelling of "GitLab" in HipChat service

Pedantic, but it frustrates OCD people like myself :)
parent 1bcf0aa2
......@@ -40,7 +40,7 @@ class HipchatService < Service
end
def execute(push_data)
gate[room].send('Gitlab', create_message(push_data))
gate[room].send('GitLab', create_message(push_data))
end
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