Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroaxl committed May 23, 2014
1 parent 5e13f9e commit c5fd3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

i = 1
node['resque']['workers'].each do |queue, quantity|
quantity.times.do
quantity.times do
template "/etc/init/resque-#{i}.conf" do
source "resque-n.conf.erb"
mode "0755"
Expand Down

0 comments on commit c5fd3a9

Please sign in to comment.