From 455d5706b3fa863548b9cac2eccc7f13c630fb29 Mon Sep 17 00:00:00 2001 From: JoeKF Date: Fri, 29 Mar 2024 16:50:07 -0400 Subject: [PATCH] adding tabs for formatting --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 6924685..d6c8f73 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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