Skip to content

Commit

Permalink
Merge pull request #18332 from Homebrew/manifest-error-fix
Browse files Browse the repository at this point in the history
software_spec: fix invalid manifest handling
  • Loading branch information
Bo98 authored Sep 16, 2024
2 parents 6c3c513 + 45c88cc commit 505d184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/software_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def fetch_tab(timeout: nil, quiet: false)
raise unless fallback_on_error

retry
rescue ArgumentError
rescue Resource::BottleManifest::Error
raise if @fetch_tab_retried

@fetch_tab_retried = true
Expand Down

0 comments on commit 505d184

Please sign in to comment.