diff --git a/pipeline/brew/brew.go b/pipeline/brew/brew.go index aec57b5e4..6dce92d60 100644 --- a/pipeline/brew/brew.go +++ b/pipeline/brew/brew.go @@ -25,6 +25,7 @@ const formulae = `class {{ .Name }} < Formula def install bin.install "{{ .BinaryName }}" end + {{- if .Caveats }} def caveats