From c26d9870003d36129aa76b3012456d1bf2839b07 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sun, 16 Nov 2014 00:09:14 +0100 Subject: [PATCH] Fixed typo leading to a syntax error when using alert --- huec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/huec b/huec index 99b3467..f44c23b 100755 --- a/huec +++ b/huec @@ -111,7 +111,7 @@ def setgrp(*names_or_ids, opts) end 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.alert! end