Skip to content

Commit

Permalink
Merge pull request #8572 from Akylzhan/patch-1
Browse files Browse the repository at this point in the history
Update cask/installer.rb: check deps before download
  • Loading branch information
MikeMcQuaid authored Sep 2, 2020
2 parents ea27822 + 3fdab5a commit 3b11473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Homebrew/cask/installer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ def fetch
odebug "Cask::Installer#fetch"

verify_has_sha if require_sha? && !force?
satisfy_dependencies

download
verify

satisfy_dependencies
end

def stage
Expand Down

0 comments on commit 3b11473

Please sign in to comment.