lib/command/push.rb in cocoapods-binary-cache-0.1.6 vs lib/command/push.rb in cocoapods-binary-cache-0.1.7

- old
+ new

@@ -3,10 +3,9 @@ module Pod class Command class Binary < Command class Push < Binary self.arguments = [CLAide::Argument.new("CACHE-BRANCH", false)] - def initialize(argv) super @pusher = PodPrebuild::CachePusher.new( config: prebuild_config, cache_branch: argv.shift_argument || "master"