This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 56ef0751 [Improve] verify release doc minor improvement (#419)
56ef0751 is described below
commit 56ef0751cacd2850d48663242caa9364e94d2550
Author: benjobs <[email protected]>
AuthorDate: Thu Dec 5 21:19:18 2024 +0800
[Improve] verify release doc minor improvement (#419)
---
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>