Skip to content

Commit

Permalink
fix: fish completions path on nfpm (#3375)
Browse files Browse the repository at this point in the history
https://fishshell.com/docs/current/completions.html#where-to-put-completions

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Sep 15, 2022
1 parent 707747d commit 89978a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 89978a2

Please sign in to comment.