Skip to content

Commit

Permalink
Remove extra logic branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-manges committed Feb 27, 2024
1 parent f4fed1b commit 829385f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Formula/abq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ class Abq < Formula
elsif Hardware::CPU.arm?
url "https://cloud.rwx.com/abq/api/downloads/#{version}?os=darwin&arch=aarch64", user_agent: :fake
sha256 "818d48e9cdae3e88718affbafaa34cd0a474beea097c7ce0e5fdba5e3fa2a1ed"
else
depends_on arch: [:intel, :arm64]
end
else
if Hardware::CPU.intel?
Expand Down

0 comments on commit 829385f

Please sign in to comment.