match/lib/match/importer.rb in fastlane-2.222.0 vs match/lib/match/importer.rb in fastlane-2.223.0

- old
+ new

@@ -21,10 +21,11 @@ # Encryption encryption = Encryption.for_storage_mode(params[:storage_mode], { git_url: params[:git_url], s3_bucket: params[:s3_bucket], s3_skip_encryption: params[:s3_skip_encryption], - working_directory: storage.working_directory + working_directory: storage.working_directory, + force_legacy_encryption: params[:force_legacy_encryption] }) encryption.decrypt_files if encryption UI.success("Repo is at: '#{storage.working_directory}'") # Map match type into Spaceship::ConnectAPI::Certificate::CertificateType