This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch asf-site-source
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/asf-site-source by this push:
new f0fefc6b Second param is needed for gpg --verify (#495)
f0fefc6b is described below
commit f0fefc6bd187ee33a41f62d084e361dd734cd3f9
Author: sebbASF <[email protected]>
AuthorDate: Thu May 19 09:05:33 2022 +0100
Second param is needed for gpg --verify (#495)
---
layouts/custompage/downloads.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/custompage/downloads.html
b/layouts/custompage/downloads.html
index 246c9f63..08e331e1 100644
--- a/layouts/custompage/downloads.html
+++ b/layouts/custompage/downloads.html
@@ -74,7 +74,7 @@ site</a>.</li>
<a href="https://downloads.apache.org/ratis/">Apache</a>.</li>
<li>Download the <a href="https://downloads.apache.org/ratis/KEYS">Ratis
KEYS</a> file.</li>
<li>gpg --import KEYS</li>
-<li>gpg --verify apache-ratis-X.Y.Z-src.tar.gz.asc</li>
+<li>gpg --verify apache-ratis-X.Y.Z-src.tar.gz.asc
apache-ratis-X.Y.Z-src.tar.gz</li>
</ol>
<h2 id="to-perform-a-quick-check-using-sha-256">To perform a quick check using
SHA-256:</h2>
<ol>