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

[LocalPod] Removed stray Array#map call.

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