Skip to content

Commit

Permalink
ref: define correct repo for tap
Browse files Browse the repository at this point in the history
  • Loading branch information
trusz committed Jul 22, 2022
1 parent 4bb42b6 commit e06a099
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ changelog:
brews:
- tap:
owner: trusz
name: rapid-compose
# name: rapid-compose
name: homebrew-tap
- description: "A teminal UI to start individual services from docker-copose.yaml"
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ build:
install:
@scripts/make-install.sh

uninstall:
@rm ~/go/bin/rc

release:
@scripts/make-release.sh

0 comments on commit e06a099

Please sign in to comment.