diff --git a/fastlane/lib/fastlane/actions/get_push_certificate.rb b/fastlane/lib/fastlane/actions/get_push_certificate.rb index 2082f125dbc..f83f82fee3f 100644 --- a/fastlane/lib/fastlane/actions/get_push_certificate.rb +++ b/fastlane/lib/fastlane/actions/get_push_certificate.rb @@ -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