bitcoincore.update: fix typo in message

This commit is contained in:
openoms
2020-06-04 10:02:39 +01:00
committed by GitHub
parent dfccdb91b3
commit ae7a86eff7

View File

@@ -71,7 +71,7 @@ correctKey=$(echo ${verifyResult} | grep "using RSA key ${laanwjPGP: -16}" -c)
echo "correctKey(${correctKey})"
if [ ${correctKey} -lt 1 ] || [ ${goodSignature} -lt 1 ]; then
echo ""
echo "!!! BUILD FAILED --> LND PGP Verify not OK / signatute(${goodSignature}) verify(${correctKey})"
echo "!!! BUILD FAILED --> PGP Verify not OK / signature(${goodSignature}) verify(${correctKey})"
exit 1
else
echo ""