From 4c2c9d8c61590d4759e0b9313d9c4c14f627a4ad Mon Sep 17 00:00:00 2001 From: anastasiiakozlova245 Date: Sun, 21 Jan 2024 23:58:12 +0100 Subject: [PATCH] feat: add gpg verification during opentofu installation --- libexec/tofuenv-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/tofuenv-install b/libexec/tofuenv-install index 4c5cbf3..84e0db4 100755 --- a/libexec/tofuenv-install +++ b/libexec/tofuenv-install @@ -263,7 +263,7 @@ elif [[ -f "${TOFUENV_CONFIG_DIR}/use-gpgv" ]]; then # fi; else # Warning about this avoids an unwarranted sense of confidence in the SHA check - log 'warn' "Not instructed to use Local PGP (${TOFUENV_CONFIG_DIR}/use-{gpgv,gnupg}), skipping OpenPGP signature verification"; + log 'warn' "Not instructed to use Local GPG (${TOFUENV_CONFIG_DIR}/use-{gpgv,gnupg}), skipping GnuPG signature verification"; fi; if [[ -n "${shasum_bin}" && -x "${shasum_bin}" ]]; then