Skip to content

Commit

Permalink
fix: fish completions path on nfpm
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Sep 15, 2022
1 parent e6f966f commit 1725d3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
@@ -1,3 +1,5 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json

env:
- GO111MODULE=on

Expand Down Expand Up @@ -137,7 +139,7 @@ nfpms:
file_info:
mode: 0644
- src: ./completions/nfpm.fish
dst: /usr/share/fish/completions/nfpm.fish
dst: /usr/share/fish/vendor_completions.d/nfpm.fish
file_info:
mode: 0644
- src: ./completions/nfpm.zsh
Expand Down

0 comments on commit 1725d3c

Please sign in to comment.