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

szetszwo pushed a commit to branch asf-site-source
in repository https://gitbox.apache.org/repos/asf/ratis-hadoop-projects.git

commit 184e32e4b0bfca3c269db32a6bbc4547904b2cdc
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Sep 15 11:36:44 2021 +0200

    RATIS-1395. Cannot use commands from download page as is (#493)
---
 layouts/custompage/downloads.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/custompage/downloads.html 
b/layouts/custompage/downloads.html
index 56370ef..a88b73e 100644
--- a/layouts/custompage/downloads.html
+++ b/layouts/custompage/downloads.html
@@ -75,8 +75,8 @@ site</a>.</li>
 <li>Download the <a 
href="https://dist.apache.org/repos/dist/release/ratis/KEYS";>Ratis
 KEYS</a>
 file.</li>
-<li>gpg &ndash;import KEYS</li>
-<li>gpg &ndash;verify apache-ratis-X.Y.Z-src.tar.gz</li>
+<li>gpg --import KEYS</li>
+<li>gpg --verify apache-ratis-X.Y.Z-src.tar.gz.asc</li>
 </ol>
 <h2 id="to-perform-a-quick-check-using-sha-256">To perform a quick check using 
SHA-256:</h2>
 <ol>

Reply via email to