lib/pod/command/trunk/remove_owner.rb in cocoapods-trunk-0.6.1 vs lib/pod/command/trunk/remove_owner.rb in cocoapods-trunk-0.6.2

- old
+ new

@@ -14,10 +14,11 @@ CLAide::Argument.new('POD', true), CLAide::Argument.new('OWNER-EMAIL', true), ] def initialize(argv) - @pod, @email = argv.shift_argument, argv.shift_argument + @pod = argv.shift_argument + @email = argv.shift_argument super end def validate! super