Commit a5c62585a966408542846029fa341bdced01798c

Authored by Samuel D. Leslie
1 parent 1bcf0aa2

Fix spelling of "GitLab" in HipChat service

Pedantic, but it frustrates OCD people like myself :)
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
... ...