Skip to content

Commit

Permalink
Fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Cantero committed Mar 11, 2017
1 parent c96f218 commit 314115d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shoryuken/environment_loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def load_rails
end

def merge_cli_defined_queues
cli_defined_queues = options[:queues]
cli_defined_queues = options[:queues].to_a

cli_defined_queues.each do |cli_defined_queue|
# CLI defined queues override config_file defined queues
Expand Down

0 comments on commit 314115d

Please sign in to comment.