Commit bb44a7a25d5c9efbf50ebb47b3b6a29adc97a1bc

Authored by Dmitriy Zaporozhets
2 parents 168e0341 a5c62585

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

Fix spelling of "GitLab" in HipChat service
app/models/project_services/hipchat_service.rb
... ... @@ -40,7 +40,7 @@ class HipchatService < Service
40 40 end
41 41  
42 42 def execute(push_data)
43   - gate[room].send('Gitlab', create_message(push_data))
  43 + gate[room].send('GitLab', create_message(push_data))
44 44 end
45 45  
46 46 private
... ...