Skip to content

Commit 793677d

Browse files
dronenbchmouel
authored andcommitted
fix(homebrew): goreleaser issue and cask install doc
Signed-off-by: Ben Dronen <[email protected]>
1 parent 238d2cf commit 793677d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ homebrew_casks:
7979
repository:
8080
owner: openshift-pipelines
8181
name: homebrew-pipelines-as-code
82-
directory: Formula
8382
dependencies:
8483
- formula: tektoncd-cli
8584
- formula: git

docs/content/docs/guide/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ On Windows, tkn-pac will look for the Kubernetes config in `%USERPROFILE%\.kube\
4444
tkn pac plug-in is available from HomeBrew as a "Tap". You simply need to run this command to install it:
4545

4646
```shell
47-
brew install openshift-pipelines/pipelines-as-code/tektoncd-pac
47+
brew install --cask openshift-pipelines/pipelines-as-code/tektoncd-pac
4848
```
4949

5050
and if you need to upgrade it:
5151

5252
```shell
53-
brew upgrade openshift-pipelines/pipelines-as-code/tektoncd-pac
53+
brew upgrade --cask openshift-pipelines/pipelines-as-code/tektoncd-pac
5454
```
5555

5656
`tkn pac` plug-in is compatible with [Homebrew on Linux](https://docs.brew.sh/Homebrew-on-Linux)

0 commit comments

Comments
 (0)