Skip to content

Commit

Permalink
Fix fetch logic for Intel
Browse files Browse the repository at this point in the history
  • Loading branch information
muneebmahmed committed Jan 11, 2025
1 parent 1e91082 commit 0582f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/cmd/fetch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def run
bottle_tag = if (bottle_tag = args.bottle_tag&.to_sym)
Utils::Bottles::Tag.from_symbol(bottle_tag)
else
Utils::Bottles::Tag.new(system: os, arch:)
Utils::Bottles.tag
end

bottle = formula.bottle_for_tag(bottle_tag)
Expand Down

0 comments on commit 0582f6f

Please sign in to comment.