You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ru...@apache.org on 2022/02/08 18:07:57 UTC

[iceberg-docs] 38/47: Backport #4028: Add --check to verify checksum doc (#39)

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

russellspitzer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git

commit 1a59d62cf52f154639bfc8563b7ec91d2ff40465
Author: Jack Ye <yz...@amazon.com>
AuthorDate: Mon Feb 7 18:00:26 2022 -0800

    Backport #4028: Add --check to verify checksum doc (#39)
---
 landing-page/content/common/releases/how-to-verify-a-release.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/landing-page/content/common/releases/how-to-verify-a-release.md b/landing-page/content/common/releases/how-to-verify-a-release.md
index 82cccc2..bdb81a1 100644
--- a/landing-page/content/common/releases/how-to-verify-a-release.md
+++ b/landing-page/content/common/releases/how-to-verify-a-release.md
@@ -58,7 +58,7 @@ gpg --verify apache-iceberg-{{% icebergVersion %}}.tar.gz.asc
 ### Verifying Checksums
 
 ```bash
-shasum -a 512 apache-iceberg-{{% icebergVersion %}}.tar.gz.sha512
+shasum -a 512 --check apache-iceberg-{{% icebergVersion %}}.tar.gz.sha512
 ```
 
 ### Verifying License Documentation