Commit 85e787ff authored by Fabio Pelosin's avatar Fabio Pelosin

[LocalPod] Removed stray Array#map call.

parent aa3d7be4
...@@ -450,10 +450,7 @@ module Pod ...@@ -450,10 +450,7 @@ module Pod
if pattern.directory? && options[:glob] if pattern.directory? && options[:glob]
pattern += options[:glob] pattern += options[:glob]
end end
pattern.glob
pattern.glob.map do |file|
file
end
end.flatten end.flatten
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