Commit 9a0ab427 by Petru Hincu

Fix start_sneakers undefined variable issue

parent b727ceec
......@@ -107,6 +107,7 @@ namespace :sneakers do
end
#execute :bundle, :exec, :sneakers, args.compact.join(' ')
else
args = []
# Using custom sneakers setup
args.push "--index #{idx}"
args.push "--pidfile #{pid_file}"
......
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