Fix spelling of "GitLab" in HipChat service
Pedantic, but it frustrates OCD people like myself :)
This commit is contained in:
parent
1bcf0aa2e6
commit
a5c62585a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue