Skip to content

Commit

Permalink
Test fix for brew
Browse files Browse the repository at this point in the history
  • Loading branch information
riley-martine committed Feb 19, 2023
1 parent 223cb2e commit 74d73bd
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 @@ -63,9 +63,9 @@ brews:
system "#{bin}/sundial -version"
install: |
bash_completion.install "completions/sundial.bash"
zsh_completion.install "completions/sundial.zsh"
fish_completion.install "completions/sundial.fish"
bash_completion.install "completions/sundial.bash" => sundial
zsh_completion.install "completions/sundial.zsh" => sundial
fish_completion.install "completions/sundial.fish" => sundial
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

0 comments on commit 74d73bd

Please sign in to comment.