Skip to content

Commit 18ef0fa

Browse files
committed
#282 Update warning message when no PGP in use
1 parent e0fd9d4 commit 18ef0fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libexec/tfenv-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ elif [[ -n "${keybase_bin}" && -x "${keybase_bin}" ]]; then
254254
fi;
255255
else
256256
# Warning about this avoids an unwarranted sense of confidence in the SHA check
257-
log 'warn' 'No keybase install found, skipping OpenPGP signature verification';
257+
log 'warn' "Not instructed to use Local PGP (${TFENV_CONFIG_DIR}/use-{gpgv,gnupg}) & No keybase install found, skipping OpenPGP signature verification";
258258
fi;
259259

260260
if [[ -n "${shasum_bin}" && -x "${shasum_bin}" ]]; then

0 commit comments

Comments
 (0)