lib/pilot/options.rb in pilot-1.3.0 vs lib/pilot/options.rb in pilot-1.4.0

- old
+ new

@@ -78,10 +78,10 @@ FastlaneCore::ConfigItem.new(key: :wait_processing_interval, short_option: "-k", env_name: "PILOT_WAIT_PROCESSING_INTERVAL", description: "Interval in seconds to wait for iTunes Connect processing", default_value: 30, - is_string: false, + type: Integer, verify_block: proc do |value| raise "Please enter a valid positive number of seconds" unless value.to_i > 0 end), FastlaneCore::ConfigItem.new(key: :team_id, short_option: "-q",