summaryrefslogtreecommitdiff
path: root/lib/api/services.rb
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-20 19:29:39 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-20 19:42:13 -0200
commitd1bf557aacb5dd789ccc88786b47ec174ed1de2b (patch)
treedd61efe1fd2522861a10fe2c39bd275f3aacf953 /lib/api/services.rb
parentfed29117de6f30055d88daaa497ec18f85397ad6 (diff)
downloadgitlab-ce-d1bf557aacb5dd789ccc88786b47ec174ed1de2b.tar.gz
Rename MattermostNotificationService back to MattermostServicefix/25843
Diffstat (limited to 'lib/api/services.rb')
-rw-r--r--lib/api/services.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/services.rb b/lib/api/services.rb
index 44e668e3cf5..d11cdce4e18 100644
--- a/lib/api/services.rb
+++ b/lib/api/services.rb
@@ -500,7 +500,7 @@ module API
desc: 'The channel name'
}
],
- 'mattermost-notification' => [
+ 'mattermost' => [
{
required: true,
name: :webhook,