fastlane/lib/fastlane/actions/tryouts.rb in fastlane-2.26.0.beta.20170405010026 vs fastlane/lib/fastlane/actions/tryouts.rb in fastlane-2.26.0.beta.20170406010019

- old
+ new

@@ -92,10 +92,10 @@ description: "Release notes", is_string: true, optional: true), FastlaneCore::ConfigItem.new(key: :notes_path, env_name: "TRYOUTS_NOTES_PATH", - description: "Release notes text file path. Overrides the :notes paramether", + description: "Release notes text file path. Overrides the :notes parameter", verify_block: proc do |value| UI.user_error!("Couldn't find notes file at path '#{value}'") unless File.exist?(value) end, optional: true), FastlaneCore::ConfigItem.new(key: :notify,