Skip to content

Commit

Permalink
Superfluous #
Browse files Browse the repository at this point in the history
  • Loading branch information
onewheelskyward committed Sep 10, 2017
1 parent 538f37e commit 69e88d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lita/handlers/onewheel_alert.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def alert(response)
Lita.logger.debug "Heard #{response.matches[0]}"
client = Twilio::REST::Client.new config.account_sid, config.auth_token
message = client.messages.create(
body: "[##{response.message.source.room}] <#{response.message.user.name}> #{response.matches[0]}",
body: "[#{response.message.source.room}] <#{response.message.user.name}> #{response.matches[0]}",
to: config.sms_number,
from: config.twilio_number
)
Expand Down

0 comments on commit 69e88d3

Please sign in to comment.