Skip to content

Commit

Permalink
adding tabs for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joevanwanzeeleKF committed Mar 29, 2024
1 parent 0fe2b0b commit 455d570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ builds:
main: './cmd/keyfactor'
hooks:
post:
- cmd: sh -c "echo $(echo -n {{split .Target "_"}}; echo -n ' \t'; sha256sum {{.Path}} | cut -d ' ' -f 1,2) >> binary_checksums.txt"
- cmd: sh -c "echo $(echo -n {{split .Target "_"}}[0]; echo -n ' ';echo -n {{split .Target "_"}}[1]; echo -n -e ":\t\t"; sha256sum {{.Path}} | cut -d ' ' -f 1,2) >> binary_checksums.txt"
dir: './dist'
archives:
- format: zip
Expand Down

0 comments on commit 455d570

Please sign in to comment.