Skip to content

Commit

Permalink
testing mulitple recipients
Browse files Browse the repository at this point in the history
  • Loading branch information
johntdyer committed Nov 3, 2011
1 parent 055f90b commit d7b06c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tropo.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
network = $network ? $network : 'SMS'

message $msg_to_send, {
:to=>[$destination.split('-')],
:to=>$destination.split('-'),
:network => network
}

0 comments on commit d7b06c9

Please sign in to comment.