fastlane/lib/fastlane/actions/puts.rb in fastlane-2.186.0 vs fastlane/lib/fastlane/actions/puts.rb in fastlane-2.187.0

- old
+ new

@@ -24,11 +24,10 @@ def self.available_options [ FastlaneCore::ConfigItem.new(key: :message, env_name: "FL_PUTS_MESSAGE", description: "Message to be printed out", - optional: true, - is_string: true) + optional: true) ] end def self.authors ["KrauseFx"]