Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[breaking] move to shared hombrew-tap repo #155

Merged
merged 2 commits into from
Sep 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ brew:
description: "Terraform without pain."
github:
owner: chanzuckerberg
name: homebrew-fogg
name: homebrew-tap
homepage: "https://github.com/chanzuckerberg/fogg"
test: system "#{bin}/fogg version"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you need help getting started with fogg, either open a github issue or join o
You can use homebrew to install fogg –

```
brew tap chanzuckerberg/homebrew-fogg
brew tap chanzuckerberg/tap
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The repo is chanzuckerberg/homebrew. Does homebrew special-case this situation?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, moved it to chanzuckerberg/hombrew-tap because of some naming conventions they have (repo names have to be hombrew-* to be able to specify a short path)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah so we could have used chanzuckerberg/fogg before.

brew install fogg
```

Expand Down