From c4f7de951e69f7c11b04e2e97b72b1e4e447e5bc Mon Sep 17 00:00:00 2001 From: ollevche Date: Thu, 26 Dec 2024 17:52:09 +0200 Subject: [PATCH] fix a typo in error message Signed-off-by: ollevche --- static/install-opentofu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/install-opentofu.sh b/static/install-opentofu.sh index 3f45231..55a5267 100755 --- a/static/install-opentofu.sh +++ b/static/install-opentofu.sh @@ -731,7 +731,7 @@ install_standalone() { log_error "${normal}This installer tries to verify that the OpenTofu version downloaded has been ${bold}signed by OpenTofu and has not been tampered with${normal}. This is only possible if either cosign or GPG is installed on the system, but neither was found. You have the following options:" log_error "${normal}1. ${bold}Install cosign${normal} and add it to your ${magenta}PATH${normal} or provide the ${magenta}--cosign-path${normal} parameter to your cosign installation." log_error "${normal}2. ${bold}Install GPG${normal} and add it to your ${magenta}PATH${normal} or provide the ${magenta}--gpg-path${normal} parameter to your GPG installation." - log_error "${normal}3. ${bold}Disabling integrity verification${normal} with ${magenta}-skipVerify${normal} (${red}not recommended${normal})." + log_error "${normal}3. ${bold}Disabling integrity verification${normal} with ${magenta}-skip-verify${normal} (${red}not recommended${normal})." return "${TOFU_INSTALL_EXIT_CODE_INSTALL_REQUIREMENTS_NOT_MET}" fi fi