Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
again
  • Loading branch information
mcspr committed Oct 15, 2022
commit 9872fce0eccab611de8dfcd3e3a41a1ef70399cb
2 changes: 1 addition & 1 deletion tests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function check_hash()
local shasum
case ${RUNNER_OS-} in
"macOS")
shasum="shasum -p -a 512"
shasum="shasum -a 512"
;;
*)
shasum="sha512sum"
Expand Down