Skip to content

Commit e31a180

Browse files
removed a set of curly braces
1 parent d6545b4 commit e31a180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ builds:
3535
main: './cmd/keyfactor'
3636
hooks:
3737
pre:
38-
- cmd: sh -c "echo $(echo -n {{.Target}}; echo -n ' '; sha256sum {{.Name}}) > ${{ .Env.BUILD_ARTIFACT_DIR }}/vault_binary_checksums.txt"
38+
- cmd: sh -c "echo $(echo -n {{.Target}}; echo -n ' '; sha256sum {{.Name}}) >> ${ env.BUILD_ARTIFACT_DIR }/vault_binary_checksums.txt"
3939
archives:
4040
- format: zip
4141
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}'

0 commit comments

Comments
 (0)