Skip to content

Commit

Permalink
fix queue command
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Allman committed Nov 9, 2015
1 parent a8e1c7c commit a2a8f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a2a8f24

Please sign in to comment.