Skip to content

Commit

Permalink
renamed tap repo
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jan 11, 2017
1 parent 934b0d4 commit 7c6879c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ install:
- glide install
script: go test -cover `glide nv`
after_success:
test ! -z "$TRAVIS_TAG" && curl -s https://raw.githubusercontent.com/goreleaser/get/master/latest | bash
test -n "$TRAVIS_TAG" && curl -s https://raw.githubusercontent.com/goreleaser/get/master/latest | bash
notifications:
email: false
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ finish the job for you.
## Install

```console
brew tap caarlos0/formulae
brew install fork-cleaner
brew install caarlos0/tap/fork-cleaner
```
2 changes: 1 addition & 1 deletion goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
repo: caarlos0/fork-cleaner
binary_name: fork-cleaner
brew:
repo: caarlos0/homebrew-formulae
repo: caarlos0/homebrew-tap

0 comments on commit 7c6879c

Please sign in to comment.