1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

got rid of useless whitespaces on brew template

This commit is contained in:
Carlos Alexandro Becker 2016-12-31 17:11:12 -02:00
parent bf6ff3dee7
commit 54991ede0b
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -25,12 +25,12 @@ const formulae = `class {{ .Name }} < Formula
def install
bin.install "{{ .BinaryName }}"
end
{{- if .Caveats }}
{{ if .Caveats }}
def caveats
"{{ .Caveats }}"
end
{{ end }}
{{- end }}
end
`