fastlane/lib/fastlane/actions/testfairy.rb in fastlane-2.82.0.beta.20180223010003 vs fastlane/lib/fastlane/actions/testfairy.rb in fastlane-2.82.0

- old
+ new

@@ -178,10 +178,10 @@ description: "Additional release notes for this upload. This text will be added to email notifications", default_value: 'No comment provided'), # the default value if the user didn't provide one FastlaneCore::ConfigItem.new(key: :auto_update, optional: true, env_name: "FL_TESTFAIRY_AUTO_UPDATE", - description: "Allows an easy upgrade of all users to the current version. The default is 'off', to enable set as 'on'", + description: "Allows an easy upgrade of all users to the current version. To enable set to 'on'", default_value: 'off'), # not well documented FastlaneCore::ConfigItem.new(key: :notify, optional: true, env_name: "FL_TESTFAIRY_NOTIFY",