Readd Pourable to LocalBottleDownloadStrategy.

This commit is contained in:
Markus Reiter 2024-09-05 17:21:41 +02:00 committed by GitHub
parent a970065657
commit 60cb8101f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -714,6 +714,7 @@ end
class LocalBottleDownloadStrategy < AbstractFileDownloadStrategy
def initialize(path) # rubocop:disable Lint/MissingSuper
@cached_location = path
extend Pourable
end
def clear_cache