fastlane/lib/fastlane/actions/puts.rb in fastlane-2.108.0 vs fastlane/lib/fastlane/actions/puts.rb in fastlane-2.109.0

- old
+ new

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