Skip to content

Commit

Permalink
Merge pull request #18344 from Homebrew/resource-manifest-fix
Browse files Browse the repository at this point in the history
resource: further fix manifest retry handling
  • Loading branch information
Bo98 committed Sep 17, 2024
2 parents eb680e6 + 70b8b41 commit 42c11a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Library/Homebrew/resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ def initialize(bottle)
def verify_download_integrity(_filename)
# We don't have a checksum, but we can at least try parsing it.
tab
rescue Error => e
raise DownloadError.new(self, e)
end

def tab
Expand Down

0 comments on commit 42c11a4

Please sign in to comment.