Commit bdab2f83 authored by Fabio Pelosin's avatar Fabio Pelosin

[#179] Support for :local pods outside the sanbox

parent c3bb9a1f
......@@ -12,7 +12,11 @@ module Pod
end
def root
if !specification.local?
@sandbox.root + specification.name
else
specification.local_path
end
end
def to_s
......
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