fastlane/lib/fastlane/actions/puts.rb in fastlane-2.129.0.beta.20190811200106 vs fastlane/lib/fastlane/actions/puts.rb in fastlane-2.129.0.beta.20190813200016

- old
+ new

@@ -7,10 +7,10 @@ if params.kind_of?(FastlaneCore::Configuration) && params[:message] UI.message(params[:message]) return end - # no paramter included in the call means treat this like a normal fastlane ruby call + # no parameter included in the call means treat this like a normal fastlane ruby call UI.message(params.join(' ')) end ##################################################### # @!group Documentation