Commit 15f31daa authored by Kyle Fuller's avatar Kyle Fuller

[Rubocop] Silence shadowing outer local variable

parent 6f547d2a
......@@ -479,8 +479,8 @@ module Pod
url = 'https://github.com/CocoaPods/Specs.git'
[SourcesManager.find_or_create_source_with_url(url)]
else
sources.map do |url|
SourcesManager.find_or_create_source_with_url(url)
sources.map do |source_url|
SourcesManager.find_or_create_source_with_url(source_url)
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