diff --git a/.goreleaser.checksum.sh b/.goreleaser.checksum.sh index ed205df..a11b71d 100755 --- a/.goreleaser.checksum.sh +++ b/.goreleaser.checksum.sh @@ -9,4 +9,4 @@ fi SUM=$(shasum -a 256 "$1" | cut -d' ' -f1) BASENAME=$(basename "$1") -echo -n "${SUM} ${BASENAME}" > "$1".sha256 \ No newline at end of file +echo -n "${SUM} ${BASENAME}" > "$1".sha256 \ No newline at end of file