This is an automated email from the ASF dual-hosted git repository.

suiliangliang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 212f9183 Fix the issue where sha512sum may fail (#260)
212f9183 is described below

commit 212f9183b85a57ebee3e0bfe1cbc229f017bb09d
Author: LiangliangSui <[email protected]>
AuthorDate: Tue Jun 10 10:12:22 2025 +0800

    Fix the issue where sha512sum may fail (#260)
    
    Signed-off-by: Liangliang Sui <[email protected]>
---
 docs/community/how_to_verify.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/community/how_to_verify.md b/docs/community/how_to_verify.md
index fa16981d..4c132a1d 100644
--- a/docs/community/how_to_verify.md
+++ b/docs/community/how_to_verify.md
@@ -93,7 +93,7 @@ gpg: Good signature from "chaokunyang (CODE SIGNING KEY) 
<[email protected]
 Then verify checksum:
 
 ```bash
-for i in *.tar.gz; do echo $i; sha512sum --check  $i.sha512; done
+for i in *.tar.gz; do echo $i; sha512sum --check  $i.sha512*; done
 ```
 
 It should output something like:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to