Skip to content

Commit d3a9525

Browse files
committed
retryable_download: ensure HOMEBREW_CELLAR exists.
1 parent 9255a1f commit d3a9525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Library/Homebrew/retryable_download.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def fetch(verify_download_integrity: true, timeout: nil, quiet: false)
7373
downloadable.verify_download_integrity(download) if verify_download_integrity && !json_download
7474

7575
if pour && downloadable.is_a?(Bottle)
76+
HOMEBREW_CELLAR.mkpath
7677
UnpackStrategy.detect(download, prioritize_extension: true)
7778
.extract_nestedly(to: HOMEBREW_CELLAR)
7879
elsif json_download

0 commit comments

Comments
 (0)