LocalBottleDownloadStrategy: extend Pourable

This commit is contained in:
Rylan Polster 2021-06-10 14:51:19 -04:00
parent 33e71c99dc
commit 9db79ce247
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64

View File

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