Commit 9cc5c62b authored by Andrea Mazzini's avatar Andrea Mazzini

Fix condition

parent 5463246c
......@@ -19,7 +19,7 @@ module Pod
:clean => true,
:integrate_targets => true,
:new_version_message => !ENV['COCOAPODS_SKIP_NEW_VERSION'].nil?,
:new_version_message => ENV['COCOAPODS_SKIP_NEW_VERSION'].nil?,
:cache_root => Pathname.new(Dir.home) + 'Library/Caches/CocoaPods',
}
......
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