Skip to content

Commit

Permalink
fix hombrew completions
Browse files Browse the repository at this point in the history
  • Loading branch information
speatzle authored Aug 11, 2023
1 parent 92a05e8 commit a9ce435
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ brews:
folder: Formula
install: |
bin.install "passbolt"
bash_completion.install "/home/runner/work/go-passbolt-cli/go-passbolt-cli/completion/bash" => "passbolt"
zsh_completion.install "/home/runner/work/go-passbolt-cli/go-passbolt-cli/completion/zsh" => "_passbolt"
fish_completion.install "/home/runner/work/go-passbolt-cli/go-passbolt-cli/completion/fish" => "passbolt.fish"
man1.install "/home/runner/work/go-passbolt-cli/go-passbolt-cli/man/*"
bash_completion.install "completion/bash" => "passbolt"
zsh_completion.install "completion/zsh" => "_passbolt"
fish_completion.install "completion/fish" => "passbolt.fish"
man1.install "man/*"
# ...
repository:
owner: passbolt
Expand Down

0 comments on commit a9ce435

Please sign in to comment.