Skip to content
Snippets Groups Projects
Unverified Commit c9fdeccb authored by Rylan Polster's avatar Rylan Polster Committed by GitHub
Browse files

Merge pull request #11524 from Rylan12/local-bottles-pourable

LocalBottleDownloadStrategy: extend Pourable
parents dfee6a9f 9db79ce2
No related branches found
No related tags found
No related merge requests found
......@@ -651,6 +651,7 @@ end
class LocalBottleDownloadStrategy < AbstractFileDownloadStrategy
def initialize(path) # rubocop:disable Lint/MissingSuper
@cached_location = path
extend Pourable
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment