diff --git a/config/slack.rb b/config/slack.rb index d60226b..9e62c71 100644 --- a/config/slack.rb +++ b/config/slack.rb @@ -4,7 +4,7 @@ # Required set :slack_subdomain, 'example' # if your Slack subdomain is example.slack.com -set :slack_token, 'slack_token' # https://my.slack.com/services/new/incoming-webhook +set :slack_url, 'slack_token' # https://my.slack.com/services/new/incoming-webhook # Optional set :slack_channel, '#general'