commit:     ee00780cd47efb9282d1a266ae0192926b96de4e
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 03:40:28 2019 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat May  4 03:40:28 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=ee00780c

keyrings: fix send typo

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 keyrings.inc.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyrings.inc.bash b/keyrings.inc.bash
index 20f8db9..b99eae6 100644
--- a/keyrings.inc.bash
+++ b/keyrings.inc.bash
@@ -61,7 +61,7 @@ push_keys() {
        local remaining=( $(gpg --with-colon --list-public "${@}" | sed -n 
'/^pub/{n; /fpr/p }' |cut -d: -f10) )
        KEYSERVER_TIMEOUT=${KEYSERVER_TIMEOUT:=1m}
        for ks in "${KEYSERVERS[@]}" ; do
-               timeout ${KEYSERVER_TIMEOUT} g --keyserver "$ks" -q --send-keys 
"${remaining[@]}" || :
+               timeout ${KEYSERVER_TIMEOUT} gpg --keyserver "$ks" -q 
--send-keys "${remaining[@]}" || :
        done
 }
 

Reply via email to