Skip to content

Commit

Permalink
Readd Pourable to LocalBottleDownloadStrategy.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Sep 5, 2024
1 parent a970065 commit 60cb810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/download_strategy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ def stage
class LocalBottleDownloadStrategy < AbstractFileDownloadStrategy
def initialize(path) # rubocop:disable Lint/MissingSuper
@cached_location = path
extend Pourable
end

def clear_cache
Expand Down

0 comments on commit 60cb810

Please sign in to comment.