Skip to content

Commit 8eed114

Browse files
fix formatting
1 parent 24e60bb commit 8eed114

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
post:
38-
- cmd: sh -c "echo $(echo -n split {{.Target}} '_'; echo -n ' '; sha256sum {{.Path}} | cut -d ' ' -f 1,2) >> binary_checksums.txt"
38+
- cmd: sh -c "echo $(echo -n {{split .Target '_'}}; echo -n ' \t'; sha256sum {{.Path}} | cut -d ' ' -f 1,2) >> binary_checksums.txt"
3939
dir: './dist'
4040
archives:
4141
- format: zip

0 commit comments

Comments
 (0)