Skip to content

Commit

Permalink
feat: create 'terraform' symlink in brew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnorris committed May 19, 2021
1 parent 26a6b7b commit ce6a75a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ brews:
homepage: https://github.com/etsy/terraform-demux
description: A user-friendly launcher (à la Bazelisk) for Terraform.
license: "Apache-2.0"

conflicts:
- "terraform"

install: |
bin.install "terraform-demux"
bin.install_symlink bin/"terraform-demux" => "terraform"

0 comments on commit ce6a75a

Please sign in to comment.