Commit bb44a7a25d5c9efbf50ebb47b3b6a29adc97a1bc
Exists in
spb-stable
and in
3 other branches
Merge pull request #6298 from ralish/hipchat-spelling-fix
Fix spelling of "GitLab" in HipChat service
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/project_services/hipchat_service.rb
| @@ -40,7 +40,7 @@ class HipchatService < Service | @@ -40,7 +40,7 @@ class HipchatService < Service | ||
| 40 | end | 40 | end |
| 41 | 41 | ||
| 42 | def execute(push_data) | 42 | def execute(push_data) |
| 43 | - gate[room].send('Gitlab', create_message(push_data)) | 43 | + gate[room].send('GitLab', create_message(push_data)) |
| 44 | end | 44 | end |
| 45 | 45 | ||
| 46 | private | 46 | private |