Commit 0bb5a784 authored by Fabio Pelosin's avatar Fabio Pelosin

[#153] Relaxed run if needed

parent f087e415
...@@ -80,9 +80,7 @@ module Pod ...@@ -80,9 +80,7 @@ module Pod
end end
def run_if_needed def run_if_needed
if !dir.exist? || origin_url_read_only? || origin_url_push? run if !dir.exist?
run
end
end end
def run def run
......
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