Skip to content

Commit

Permalink
Update slack.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Chad Clark committed Sep 25, 2014
1 parent 8112546 commit 2f68270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/slack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def slack_connect(message)
request.set_form_data(:payload => payload(message))
http.request(request)
rescue SocketError => e
puts "#{e.message}or slack may be down"
puts "#{e.message} or slack may be down"
end
end
def slack_defaults
Expand Down

0 comments on commit 2f68270

Please sign in to comment.