You've already forked goreleaser
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:
@@ -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
|
||||
`
|
||||
|
||||
|
Reference in New Issue
Block a user