Skip to content

Commit

Permalink
chore: ensure completion works(#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesBrosy authored and yanecc committed Oct 11, 2024
1 parent be6910b commit 3ed19ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ nfpms:
section: utils
contents:
- src: ./completions/bash_autocomplete
dst: /usr/share/bash-completions/completions/vfox
dst: /usr/share/bash-completion/completions/vfox
file_info:
mode: 0644
- src: ./completions/zsh_autocomplete
dst: /usr/share/zsh/vendor-completions/_vfox
dst: /usr/share/zsh/site-functions/_vfox
file_info:
mode: 0644
- src: ./LICENSE
Expand Down Expand Up @@ -182,4 +182,4 @@ release:
prerelease: true
name_template: "v{{ .Version }}"
footer: |
**Full Changelog**: https://github.com/version-fox/vfox/compare/{{ .PreviousTag }}...{{ .Tag }}
**Full Changelog**: https://github.com/version-fox/vfox/compare/{{ .PreviousTag }}...{{ .Tag }}

0 comments on commit 3ed19ae

Please sign in to comment.