Commit 74eb175c authored by Fabio Pelosin's avatar Fabio Pelosin

[Analyzer] fix minor bug.

parent 3885e1c7
......@@ -310,7 +310,7 @@ module Pod
is_changed = lambda do |name|
spec = root_specs.find { |spec| spec.name == name }
spec.version != sandbox_lockfile.version(name) \
|| spec.checksum != sandbox_lockfile.version(name) \
|| spec.checksum != sandbox_lockfile.checksum(name) \
|| resolved_subspecs_names[name] =! sandbox_subspecs_names[name] \
end
......
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