Commit a48d0960 authored by Fabio Pelosin's avatar Fabio Pelosin

Merge pull request #1053 from rivera-ernesto/add_newlines_to_resources_script

Fix Pods-resources.sh: add missing newline between install_resource calls
parents 116120f7 0ea11aca
......@@ -70,7 +70,7 @@ module Pod
def script
script = install_resources_function
resources.each do |resource|
script += "install_resource '#{resource}'"
script += "install_resource '#{resource}'\n"
end
script
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