Skip to content

Commit

Permalink
fix arch packaging breaking on fish completion
Browse files Browse the repository at this point in the history
Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel committed Mar 17, 2023
1 parent 6d41831 commit 385b50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ aurs:
./gosmee completion ${i} > gosmee.${i}
done
install -dm644 "gosmee.fish" "${pkgdir}/usr/share/fish/vendor_completions.d/"
install -dm644 "gosmee.fish" "${pkgdir}/usr/share/fish/vendor_completions.d/gosmee"
install -dm644 "gosmee.bash" "${pkgdir}/usr/share/bash-completion/completions/gosmee"
install -Dm644 "gosmee.zsh" "${pkgdir}/usr/share/zsh/site-functions/_gosmee"

0 comments on commit 385b50b

Please sign in to comment.