Skip to content

Commit

Permalink
Fastlane.swift: Fix getPushCertificate type (#11845)
Browse files Browse the repository at this point in the history
- update config_item responsible for this param
  • Loading branch information
taquitos authored and janpio committed Feb 14, 2018
1 parent dd86ad0 commit 32161fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pem/lib/pem/options.rb
Expand Up @@ -25,6 +25,7 @@ def self.available_options
description: "If the current certificate is active for less than this number of days, generate a new one. Default value is 30 days",
default_value: 30,
is_string: false,
type: Integer,
verify_block: proc do |value|
UI.user_error!("Value of active_days_limit must be a positive integer or left blank") unless value.kind_of?(Integer) && value > 0
end),
Expand Down

0 comments on commit 32161fc

Please sign in to comment.