Skip to content

Commit

Permalink
single string
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Oct 10, 2019
1 parent 125a4f2 commit b722f97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/uniform_notifier/slack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ def setup_connection(config = {})
require 'slack-notifier'
@slack = ::Slack::Notifier.new webhook_url, options
rescue LoadError
fail_connection 'You must install the slack-notifier gem to use Slack notification: '\
'`gem install slack-notifier`'
fail_connection 'You must install the slack-notifier gem to use Slack notification: `gem install slack-notifier`'
end

protected
Expand Down

0 comments on commit b722f97

Please sign in to comment.