Skip to content

Commit

Permalink
Merge pull request #146 from davoustp/fixes#145
Browse files Browse the repository at this point in the history
Fixes #145
  • Loading branch information
raffaelespazzoli authored May 16, 2023
2 parents 182d35a + ecc0bf0 commit 6108e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ ifeq (,$(shell which vault 2>/dev/null))
echo "Downloading ${VAULT} cli."
OS=$(shell go env GOOS) ;\
ARCH=$(shell go env GOARCH) ;\
curl --create-dirs -sSLo ${VAULT}.zip https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip ;\
curl --create-dirs -sSLo ${VAULT}.zip https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_$${OS}_$${ARCH}.zip ;\
unzip ${VAULT}.zip -d ./bin/ ;\
chmod +x ${VAULT}
else
Expand Down

0 comments on commit 6108e19

Please sign in to comment.