1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +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

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
`