Commit 9e839063 authored by Luke Redpath's avatar Luke Redpath

Arguments in the wrong order.

parent 2182e471
......@@ -58,7 +58,7 @@ module Pod
def install_dependencies!
build_specifications.map do |spec|
LocalPod.new(sandbox, spec).tap do |pod|
LocalPod.new(spec, sandbox).tap do |pod|
if pod.exists? || spec.local?
puts "Using #{pod}" unless config.silent?
else
......
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