From a2a8f243325012c1999281d424738040d6ff3fa6 Mon Sep 17 00:00:00 2001 From: Reed Allman Date: Sun, 8 Nov 2015 18:12:21 -0800 Subject: [PATCH] fix queue command --- commands.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands.go b/commands.go index 58d6654..d40dbaf 100644 --- a/commands.go +++ b/commands.go @@ -273,6 +273,7 @@ func (q *QueueCmd) Flags(args ...string) error { q.delay = q.flags.delay() q.wait = q.flags.wait() q.cluster = q.flags.cluster() + q.label = q.flags.label() err := q.flags.Parse(args) if err != nil {