Skip to content

Commit

Permalink
[action][get_push_certificate] remove all instances of is_string in…
Browse files Browse the repository at this point in the history
… options and use `type` (#18881)
  • Loading branch information
crazymanish committed Jun 15, 2021
1 parent 5e14209 commit cfaf369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/get_push_certificate.rb
Expand Up @@ -55,7 +55,7 @@ def self.available_options
@options << FastlaneCore::ConfigItem.new(key: :new_profile,
description: "Block that is called if there is a new profile",
optional: true,
is_string: false)
type: :string_callback)
@options
end

Expand Down

0 comments on commit cfaf369

Please sign in to comment.