From 8a42d201c835dcfd4996756b9229cd0a4f572219 Mon Sep 17 00:00:00 2001 From: yuvalpress Date: Thu, 4 May 2023 21:14:01 +0300 Subject: [PATCH] update the brew tap repository --- .goreleaser.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 0a51598..abdb16b 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -46,7 +46,7 @@ brews: description: "CLI utility for finding any change between Terraform schemas" license: "Apache2.0" tap: - name: homebrew-sirrend + name: homebrew-products owner: sirrend branch: main commit_author: diff --git a/README.md b/README.md index a94b218..abe70ab 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ mv terrap /usr/local/bin/ ### Brew ```shell -brew tap sirrend/sirrend +brew tap sirrend/products brew install terrap ```