Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
update slack settings to reference correct variable - partial fix for…
Browse files Browse the repository at this point in the history
… issue 72
  • Loading branch information
lukewhitehouse committed May 19, 2015
1 parent bc64b5b commit 7c4db87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/slack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7c4db87

Please sign in to comment.