Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/integrations/slack.rb')
-rw-r--r--app/models/integrations/slack.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/integrations/slack.rb b/app/models/integrations/slack.rb
index 9f9614a84fd..0c1fd34fccf 100644
--- a/app/models/integrations/slack.rb
+++ b/app/models/integrations/slack.rb
@@ -18,7 +18,7 @@ module Integrations
end
def self.webhook_help
- 'https://hooks.slack.com/services/…'
+ 'https://hooks.slack.com/services/...'
end
private