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:
parent
bf6ff3dee7
commit
54991ede0b
@ -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
|
||||
`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user