Skip to content

Commit

Permalink
Fix homebrew (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedhyw authored Mar 26, 2022
1 parent d47c9bd commit b231393
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 63 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ brews:
description: BDD tests boilerplate generator for Golang
license: MIT
homepage: https://github.com/hedhyw/gherkingen
folder: Formula
tap:
owner: hedhyw
name: gherkingen
name: homebrew-gherkingen
test: system "#{bin}/gherkingen", "-help"
install: |-
bin.install "gherkingen"
60 changes: 0 additions & 60 deletions Formula/gherkingen.rb

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Latest DEB and RPM packages are available on [the releases page](https://github.

```sh
# Install the package using HomeBrew.
brew install hedhyw/gherkingen/gherkingen
brew install hedhyw/gherkingen

# Check that the generator is working.
gherkingen -help
Expand Down

0 comments on commit b231393

Please sign in to comment.