fix(vault-jwt): fix vault CLI installation

pull/311/head
Muhammad Atif Ali 9 months ago committed by GitHub
parent 438c904567
commit dce918a817
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save