fastlane/lib/fastlane/actions/unlock_keychain.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/unlock_keychain.rb in fastlane-2.94.0.beta.20180426050049

- old
+ new

@@ -59,11 +59,13 @@ def self.description "Unlock a keychain" end def self.details - "Unlocks the given keychain file and adds it to the keychain search list\n" \ - "Keychains can be replaced with `add_to_search_list: :replace`" + [ + "Unlocks the given keychain file and adds it to the keychain search list.", + "Keychains can be replaced with `add_to_search_list: :replace`." + ].join("\n") end def self.available_options [ FastlaneCore::ConfigItem.new(key: :path,