Skip to content

Commit

Permalink
fix: removed .intel? check for nsc, fixes m1 arch issue nats-io#3
Browse files Browse the repository at this point in the history
  • Loading branch information
bkono committed May 7, 2021
1 parent e1b8b2b commit e9303af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/nsc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Nsc < Formula
version "2.2.3"
bottle :unneeded

if OS.mac? && Hardware::CPU.intel?
if OS.mac?
url "https://github.com/nats-io/nsc/releases/download/2.2.3/nsc-darwin-amd64.zip"
sha256 "d642f75db7d1d3d72d5a7ee5a9f0142c7dce6ac20ce7994af55c2d141b3dd0bc"
end
Expand Down

0 comments on commit e9303af

Please sign in to comment.