Commit 856cdfbe by Petru Hincu

fix

parent 1ff853f9
...@@ -131,9 +131,9 @@ namespace :sneakers do ...@@ -131,9 +131,9 @@ namespace :sneakers do
end end
if fetch(:start_sneakers_in_background, fetch(:sneakers_run_in_background)) if fetch(:start_sneakers_in_background, fetch(:sneakers_run_in_background))
background :bundle, :exec, :sneakers, :work, args.compact.join(' ') background :bundle, :exec, :sneakers, args.compact.join(' ')
else else
execute :bundle, :exec, :sneakers, :work, args.compact.join(' ') execute :bundle, :exec, :sneakers, args.compact.join(' ')
end end
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment