Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Fix brew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
tczekajlo committed Sep 2, 2021
1 parent 0499c95 commit 19e587b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ brews:

install: |-
bin.install "rasactl"
bash_completion.install "completions/goreleaser.bash" => "rasactl"
zsh_completion.install "completions/goreleaser.zsh" => "_rasactl"
fish_completion.install "completions/goreleaser.fish"
bash_completion.install "completions/rasactl.bash" => "rasactl"
zsh_completion.install "completions/rasactl.zsh" => "_rasactl"
fish_completion.install "completions/rasactl.fish"
test: |
system "#{bin}/rasactl --version"
Expand Down

0 comments on commit 19e587b

Please sign in to comment.