match/lib/match/options.rb in fastlane-2.167.0 vs match/lib/match/options.rb in fastlane-2.168.0
- old
+ new
@@ -225,10 +225,10 @@
default_value: "login.keychain"),
FastlaneCore::ConfigItem.new(key: :keychain_password,
short_option: "-p",
env_name: "MATCH_KEYCHAIN_PASSWORD",
sensitive: true,
- description: "This might be required the first time you access certificates on a new mac. For the login/default keychain this is your account password",
+ description: "This might be required the first time you access certificates on a new mac. For the login/default keychain this is your macOS account password",
optional: true),
# settings
FastlaneCore::ConfigItem.new(key: :force,
env_name: "MATCH_FORCE",