diff --git a/.goreleaser.brew.yml b/.goreleaser.brew.yml index 42f9c42b4b..9ab80fa8c9 100644 --- a/.goreleaser.brew.yml +++ b/.goreleaser.brew.yml @@ -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