jamesdobson / gogitmoji

🎉 Gitmoji commit message helper written in Go.
MIT License
11 stars 3 forks source link

Can't install #52

Open oschrenk opened 3 months ago

oschrenk commented 3 months ago
❯ brew install "jamesdobson/gogitmoji/gogitmoji"
Error: jamesdobson/gogitmoji/gogitmoji: wrong number of arguments (given 1, expected 0)
❯ brew tap "jamesdobson/gogitmoji"
❯ brew install "gogitmoji"
Error: jamesdobson/gogitmoji/gogitmoji: wrong number of arguments (given 1, expected 0)
❯ go install github.com/jamesdobson/gogitmoji@latest
go: github.com/jamesdobson/gogitmoji@latest (in github.com/jamesdobson/gogitmoji@v1.1.4):
        The go.mod file for the module providing named packages contains one or
        more replace directives. It must not contain directives that would cause
        it to be interpreted differently than if it were the main module.
❯ brew --version
Homebrew 4.3.17-83-g21979c0

❯ go version
go version go1.23.0 darwin/arm64
jamesdobson commented 2 months ago

Hi @oschrenk, I just published an updated homebrew package, I believe brew install jamesdobson/gogitmoji/gogitmoji will work for you now, let me know how it goes.

oschrenk commented 2 months ago

Nice, works now. Homebrew version installs asgogitmoji and not gitmoji though.