diff --git a/vault-jwt/run.sh b/vault-jwt/run.sh index 662b378..ef45884 100644 --- a/vault-jwt/run.sh +++ b/vault-jwt/run.sh @@ -51,7 +51,7 @@ install() { printf "Failed to determine the latest Vault version.\n" return 1 fi - VAULT_CLI_VERSION=$${VAULT_CLI_VERSION} + VAULT_CLI_VERSION=$${LATEST_VERSION} fi # Check if the vault CLI is installed and has the correct version