diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index d5cbede3e5..ddcb7599f5 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -1213,7 +1213,7 @@ on_request: installed_on_request?, options: options) .index_by { |dep| dep["full_name"] } .freeze true - rescue DownloadError + rescue DownloadError, ArgumentError @fetch_bottle_tab = true end end