Commit 71dda87d authored by Fabio Pelosin's avatar Fabio Pelosin

Removed unrelated experimental changes to local_pod.rb

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