This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new 71b0c73 Fix typo
71b0c73 is described below
commit 71b0c73e65937b746c06dfbf1218a8c7b4a63fc3
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Oct 17 19:08:15 2024 +0200
Fix typo
---
src/site/antora/modules/ROOT/pages/release-review-instructions.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/site/antora/modules/ROOT/pages/release-review-instructions.adoc
b/src/site/antora/modules/ROOT/pages/release-review-instructions.adoc
index 15f71e3..730b474 100644
--- a/src/site/antora/modules/ROOT/pages/release-review-instructions.adoc
+++ b/src/site/antora/modules/ROOT/pages/release-review-instructions.adoc
@@ -77,7 +77,7 @@ wget -O - https://downloads.apache.org/logging/KEYS | gpg
--import
+
[source,bash]
----
-for sigFile in *.asc; do gpg --verify $sigFile ${sigfile%.asc}; done
+for sigFile in *.asc; do gpg --verify $sigFile ${sigFile%.asc}; done
----
. Extract sources: