Commit 784513fc authored by Fabio Pelosin's avatar Fabio Pelosin

[CopyResourcesScript] Fix permissions

parent 1c1312a3
......@@ -31,7 +31,7 @@ module Pod
pathname.open('w') do |file|
file.puts(script)
end
File.chmod(755, pathname.to_s)
File.chmod(0755, pathname.to_s)
end
private
......
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