Commit 3adddac2 authored by Fabio Pelosin's avatar Fabio Pelosin

[Bin] Fix style

parent b1fb7d13
......@@ -15,10 +15,7 @@ elsif ENV['COCOAPODS_NO_BUNDLER']
gem "cocoapods"
end
if ENV['CP_STDOUT_SYNC'] == 'TRUE'
STDOUT.sync = true
end
STDOUT.sync = true if ENV['CP_STDOUT_SYNC'] == 'TRUE'
require 'cocoapods'
Pod::Command.run(ARGV)
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