diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-12-20 19:14:33 -0200 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-12-20 19:42:13 -0200 |
commit | fed29117de6f30055d88daaa497ec18f85397ad6 (patch) | |
tree | 819ca4ddedde57b28acabf6b5993391bd6375b7c /lib | |
parent | 1139da2745eb28be17c8fd6aa0f5de113c0f06a9 (diff) | |
download | gitlab-ce-fed29117de6f30055d88daaa497ec18f85397ad6.tar.gz |
Rename SlackNotificationService back to SlackService
Diffstat (limited to 'lib')
-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 aa97f6af0b2..44e668e3cf5 100644 --- a/lib/api/services.rb +++ b/lib/api/services.rb @@ -480,7 +480,7 @@ module API desc: 'The description of the tracker' } ], - 'slack-notification' => [ + 'slack' => [ { required: true, name: :webhook, |