Skip to content

Commit 5cb4298

Browse files
authored
Merge pull request #436 from uselagoon/fix-tap-reference
fix(docs): use uselagoon tap name
2 parents 480bbc7 + 75c9c26 commit 5cb4298

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/tap-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
asset: "lagoon-cli-$VERSION_NUMBER-darwin-amd64.tar.gz"
22
#url: "https://github.com/uselagoon/lagoon-cli/releases/download/$STABLE_VERSION/lagoon-cli-${STABLE_VERSION}-darwin-amd64.tar.gz"
3-
tap: "amazeeio/homebrew-lagoon-cli/lagoon.rb"
3+
tap: "uselagoon/homebrew-lagoon-cli/lagoon.rb"
44
template: >
55
class Lagoon < Formula
66
desc "Command line tool for interacting with a Lagoon API"

builds/release_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The preferred method is installation via [Homebrew](https://brew.sh/).
66
```
7-
brew tap amazeeio/lagoon-cli
7+
brew tap uselagoon/lagoon-cli
88
brew install lagoon
99
```
1010

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you experience any problems, check out the [troubleshooting](./troubleshootin
1515
# Installation
1616
The preferred method to install is via [Homebrew](https://brew.sh/).
1717
```
18-
brew tap amazeeio/lagoon-cli
18+
brew tap uselagoon/lagoon-cli
1919
brew install lagoon
2020
```
2121

0 commit comments

Comments
 (0)