Skip to content

Commit

Permalink
Merge pull request #37 from passbolt/fix-goreleaser-hombrew-completions
Browse files Browse the repository at this point in the history
fix hombrew completions
  • Loading branch information
speatzle committed Aug 11, 2023
2 parents 92a05e8 + a9ce435 commit 61df03f
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 61df03f

Please sign in to comment.