lib/command/executor/prebuilder.rb in cocoapods-binary-cache-0.1.7 vs lib/command/executor/prebuilder.rb in cocoapods-binary-cache-0.1.8
- old
+ new
@@ -24,10 +24,10 @@
private
def prebuild
Pod::UI.step("Installation") do
- Pod::Command::Install.new(CLAide::ARGV.new([])).run
+ installer.install!
end
end
def sync_cache(changes)
Pod::UI.step("Syncing cache") do