Skip to content

Commit

Permalink
update homebrew configuration to handle weaveworks/homebrew-tap#36 (w…
Browse files Browse the repository at this point in the history
  • Loading branch information
enekofb committed Dec 6, 2023
1 parent 1a657f5 commit b58da9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.brew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ brews:
install: |
bin.install "gitops"
# Install bash completion
output = Utils.safe_popen_read({ "SHELL" => "bash" }, "#{bin}/gitops completion bash --no-analytics", { :err => :err })
output = Utils.safe_popen_read({ "SHELL" => "bash" }, "#{bin}/gitops completion bash --no-analytics", err: :err )
(bash_completion/"gitops").write output
# Install zsh completion
output = Utils.safe_popen_read({ "SHELL" => "zsh" }, "#{bin}/gitops completion zsh --no-analytics", { :err => :err })
output = Utils.safe_popen_read({ "SHELL" => "zsh" }, "#{bin}/gitops completion zsh --no-analytics", err: :err )
(zsh_completion/"_gitops").write output

0 comments on commit b58da9f

Please sign in to comment.