Commit a30fcb67 authored by Fabio Pelosin's avatar Fabio Pelosin

[Setup] Detect incompatible repos in #run_if_needed.

parent 821ba69f
...@@ -86,7 +86,7 @@ module Pod ...@@ -86,7 +86,7 @@ module Pod
end end
def run_if_needed def run_if_needed
run if !dir.exist? run unless dir.exist? && Repo.compatible?('master')
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