From 74d73bd072e7e86d97caf9a38d23ead9d086875a Mon Sep 17 00:00:00 2001 From: Riley Martine Date: Sat, 18 Feb 2023 17:01:13 -0700 Subject: [PATCH] Test fix for brew --- .goreleaser.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8977efe..39aaea2 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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