Commit e5c13c9d authored by clarkda's avatar clarkda

[Analyzer] Only update git sourced spec repos

parent 9b104d1b
...@@ -172,7 +172,7 @@ module Pod ...@@ -172,7 +172,7 @@ module Pod
if SourcesManager.git_repo?(source.repo) if SourcesManager.git_repo?(source.repo)
SourcesManager.update(source.name) SourcesManager.update(source.name)
else else
UI.warn "Skipping `#{source.name}` update because the repository is not a git source repository." UI.message "Skipping `#{source.name}` update because the repository is not a git source repository."
end end
end end
end 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