mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 02:58:20 +00:00
Merge pull request #37 from passbolt/fix-goreleaser-hombrew-completions
fix hombrew completions
This commit is contained in:
commit
61df03f10a
1 changed files with 4 additions and 4 deletions
|
@ -51,10 +51,10 @@ brews:
|
||||||
folder: Formula
|
folder: Formula
|
||||||
install: |
|
install: |
|
||||||
bin.install "passbolt"
|
bin.install "passbolt"
|
||||||
bash_completion.install "/home/runner/work/go-passbolt-cli/go-passbolt-cli/completion/bash" => "passbolt"
|
bash_completion.install "completion/bash" => "passbolt"
|
||||||
zsh_completion.install "/home/runner/work/go-passbolt-cli/go-passbolt-cli/completion/zsh" => "_passbolt"
|
zsh_completion.install "completion/zsh" => "_passbolt"
|
||||||
fish_completion.install "/home/runner/work/go-passbolt-cli/go-passbolt-cli/completion/fish" => "passbolt.fish"
|
fish_completion.install "completion/fish" => "passbolt.fish"
|
||||||
man1.install "/home/runner/work/go-passbolt-cli/go-passbolt-cli/man/*"
|
man1.install "man/*"
|
||||||
# ...
|
# ...
|
||||||
repository:
|
repository:
|
||||||
owner: passbolt
|
owner: passbolt
|
||||||
|
|
Loading…
Add table
Reference in a new issue