Fixed typo leading to a syntax error when using alert

This commit is contained in:
Paul van Tilburg 2014-11-16 00:09:14 +01:00
parent 2d1899a935
commit c26d987000
1 changed files with 1 additions and 1 deletions

2
huec
View File

@ -111,7 +111,7 @@ def setgrp(*names_or_ids, opts)
end end
def alert(*names_or_ids) def alert(*names_or_ids)
name_or_ideas.map do |name_or_id| names_or_ids.map do |name_or_id|
blb = Huey::Bulb.find(name_or_id) blb = Huey::Bulb.find(name_or_id)
blb.alert! blb.alert!
end end