diff options
Diffstat (limited to 'lib/mauve/alert_group.rb')
-rw-r--r-- | lib/mauve/alert_group.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/mauve/alert_group.rb b/lib/mauve/alert_group.rb index df76f40..b320f18 100644 --- a/lib/mauve/alert_group.rb +++ b/lib/mauve/alert_group.rb @@ -133,8 +133,9 @@ module Mauve # sent_to = [] notifications.each do |notification| - sent_to = notification.notify(alert, sent_to) + sent_to << notification.notify(alert, sent_to) end + end # |