mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-26 04:22:05 +02:00
fix: fish completions path on nfpm (#3375)
https://fishshell.com/docs/current/completions.html#where-to-put-completions Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
707747db3b
commit
89978a2a5c
@ -223,7 +223,7 @@ nfpms:
|
||||
file_info:
|
||||
mode: 0644
|
||||
- src: ./completions/goreleaser.fish
|
||||
dst: /usr/share/fish/completions/goreleaser.fish
|
||||
dst: /usr/share/fish/vendor_completions.d/goreleaser.fish
|
||||
file_info:
|
||||
mode: 0644
|
||||
- src: ./completions/goreleaser.zsh
|
||||
|
Loading…
x
Reference in New Issue
Block a user