Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Use quotes around checksum name template
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBarendse committed Apr 1, 2019
1 parent 89a7770 commit 02d55cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -29,7 +29,7 @@ archive:
- LICENSE

checksum:
name_template: {{ .ProjectName }}-{{ .Tag }}-checksums.txt
name_template: "{{ .ProjectName }}-{{ .Tag }}-checksums.txt"

brew:
name: cli
Expand Down

0 comments on commit 02d55cb

Please sign in to comment.