diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-12-20 19:29:39 -0200 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-12-20 19:42:13 -0200 |
commit | d1bf557aacb5dd789ccc88786b47ec174ed1de2b (patch) | |
tree | dd61efe1fd2522861a10fe2c39bd275f3aacf953 /lib/api/services.rb | |
parent | fed29117de6f30055d88daaa497ec18f85397ad6 (diff) | |
download | gitlab-ce-d1bf557aacb5dd789ccc88786b47ec174ed1de2b.tar.gz |
Rename MattermostNotificationService back to MattermostServicefix/25843
Diffstat (limited to 'lib/api/services.rb')
-rw-r--r-- | lib/api/services.rb | 2 |
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, |