File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Options:
2121 operations. Default is keyserver.ubuntu.com.
2222 -b, --bootstrap-online-keys KEYS download from the keyserver the keys with
2323 the provided IDs (typically key-signing keys
24- used to boostrap the chain of trust). This
24+ used to bootstrap the chain of trust). This
2525 option argument can be a single ID or a
2626 comma-separated list of IDs.
2727 -o, --online-keys KEYS download from the keyserver only the keys
@@ -189,9 +189,9 @@ if [ "${VERIFICATION_MODE}" = 'online' ]; then
189189 KEYSERVER=' keyserver.ubuntu.com'
190190 fi
191191 if [ -z ${BOOTSTRAP_ONLINE_KEYS+x} ]; then
192- echo pgp-verify-jar: No boostrap online key specified.
192+ echo pgp-verify-jar: No bootstrap online key specified.
193193 else
194- echo pgp-verify-jar: Downloading boostrap keys " ${BOOTSTRAP_ONLINE_KEYS} " from server " ${KEYSERVER} "
194+ echo pgp-verify-jar: Downloading bootstrap keys " ${BOOTSTRAP_ONLINE_KEYS} " from server " ${KEYSERVER} "
195195 IFS=' ,' read -ra keys <<< " ${BOOTSTRAP_ONLINE_KEYS}"
196196 \g pg --batch --verbose --keyserver " ${KEYSERVER} " --recv-keys " ${keys[@]+" ${keys[@]} " } "
197197 fi
You can’t perform that action at this time.
0 commit comments