Skip to content

Commit

Permalink
Merge pull request #5 from bkono/fix/m1-no-url-err
Browse files Browse the repository at this point in the history
fix: removed .intel? check for nsc, fixes m1 arch issue #3
  • Loading branch information
aricart authored Oct 26, 2021
2 parents e5fb503 + dbf4252 commit 234b3bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Formula/nsc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class Nsc < Formula
homepage "https://github.com/nats-io/nsc"
version "2.2.6"
bottle :unneeded

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

0 comments on commit 234b3bf

Please sign in to comment.