Commit 1bffd254 authored by Fabio Pelosin's avatar Fabio Pelosin

[SourceManager] Fix crash

parent 521c93c2
......@@ -323,7 +323,7 @@ module Pod
# @return [Source] The list of the git sources.
#
def git_sources
aggregate.sources.select do |source|
all.select do |source|
git_repo?(source.data_provider.repo)
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