lib/command/executor/prebuilder.rb in cocoapods-binary-cache-0.1.3 vs lib/command/executor/prebuilder.rb in cocoapods-binary-cache-0.1.5
- old
+ new
@@ -13,10 +13,10 @@
end
def run
@fetcher.run
prebuild
- changes = PodPrebuild::JSONFile.new(@config.delta_file_path)
+ changes = PodPrebuild::JSONFile.new(@config.prebuild_delta_path)
return if changes.empty?
sync_cache(changes)
@pusher.run if @push_cache
end