friendsofgo / killgrave

Simple way to generate mock servers written in Go
https://friendsofgo.github.io/killgrave/
MIT License
511 stars 96 forks source link

Brew installation (MacOS) does not work #122

Closed joanlopez closed 2 years ago

joanlopez commented 2 years ago

Hi,

I tried to install Killgrave by using brew on a MacOs Monterey (i5) and it fails:

> brew install friendsofgo/tap/killgrave
Error: friendsofgo/tap/killgrave: Calling bottle :unneeded is disabled! There is no replacement.
Please report this issue to the friendsofgo/tap tap (not Homebrew/brew or Homebrew/core):
  /usr/local/Homebrew/Library/Taps/friendsofgo/homebrew-tap/Formula/killgrave.rb:10

So, would be good to do some research to understand why it's failing and how to fix it.

Thanks! 🙏🏻

joanlopez commented 2 years ago

Issue fixed by @aperezg at https://github.com/friendsofgo/homebrew-tap/commit/688ef5fec198633b1a4486b4a70f7eb720ddae40.

Thanks! 🙌🏻