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

[#153] Relaxed run if needed

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