fastlane/lib/fastlane/actions/unlock_keychain.rb in fastlane-2.44.1 vs fastlane/lib/fastlane/actions/unlock_keychain.rb in fastlane-2.45.0.beta.20170706010014

- old
+ new

@@ -67,10 +67,10 @@ def self.available_options [ FastlaneCore::ConfigItem.new(key: :path, env_name: "FL_UNLOCK_KEYCHAIN_PATH", - description: "Path to the Keychain file", + description: "Path to the keychain file", optional: false), FastlaneCore::ConfigItem.new(key: :password, env_name: "FL_UNLOCK_KEYCHAIN_PASSWORD", sensitive: true, description: "Keychain password",