kiss: Fix typo

This commit is contained in:
Dylan Araps 2020-05-09 19:39:27 +03:00
parent d4ac10b37b
commit df05ed582d
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -159,7 +159,7 @@ sh256() {
[ -e "$1" ] || return 0
read -r hash file <<-EOF
$(shas256sum "$1" ||
$(sha256sum "$1" ||
sha256 -r "$1" ||
openssl dgst -sha256 -r "$1" ||
shasum -a 256 "$1")