mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 18:46:10 +10:00
Merge pull request #6298 from ralish/hipchat-spelling-fix
Fix spelling of "GitLab" in HipChat service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user