This is an automated email from the ASF dual-hosted git repository. benjobs pushed a commit to branch verify-release in repository https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
commit 93087a50fd8bdd77197f0a9a56d14d1288fc121c Author: benjobs <[email protected]> AuthorDate: Thu Dec 5 21:18:35 2024 +0800 [Improve] verify release doc minor improvement --- src/pages/download/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/download/index.jsx b/src/pages/download/index.jsx index 4ca66d52..052ad034 100644 --- a/src/pages/download/index.jsx +++ b/src/pages/download/index.jsx @@ -58,7 +58,7 @@ export default function () { gpg --verify apache-streampark-***.asc apache-streampark-***.tar.gz </pre> - <li> {dataSource.verifyStep2} </li> + <li> {dataSource.verifyStep3} </li> <pre> sha512sum --check apache-streampark-***.sha512 </pre>
