From dce918a817acda156998674386db3e1cce2d60ff Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 7 Oct 2024 12:59:09 +0500 Subject: [PATCH] fix(vault-jwt): fix vault CLI installation --- vault-jwt/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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