Commit a5c62585a966408542846029fa341bdced01798c
1 parent
1bcf0aa2
Exists in
spb-stable
and in
3 other branches
Fix spelling of "GitLab" in HipChat service
Pedantic, but it frustrates OCD people like myself :)
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 |