From 0d1325695a29c0660884a8fc5f6b3c06db656131 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 28 Nov 2023 11:58:46 +0300 Subject: [PATCH] wip --- vault-github/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault-github/run.sh b/vault-github/run.sh index 8cc9d18..bf82930 100644 --- a/vault-github/run.sh +++ b/vault-github/run.sh @@ -45,7 +45,7 @@ if [ $installation_needed -eq 1 ]; then # Download and install Vault printf "Installing or updating Vault CLI ...\n\n" - curl -sLo vault.zip "https://releases.hashicorp.com/vault/${VERSION}/vault_${VERSION}_linux_amd64.zip" + curl -Lo vault.zip "https://releases.hashicorp.com/vault/${VERSION}/vault_${VERSION}_linux_amd64.zip" if [ ! -f vault.zip ]; then printf "Failed to download Vault.\n" exit 1