Skip to content

Commit

Permalink
Fix build of argocd-helm-secrets-sops
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaniec committed Nov 10, 2023
1 parent b0ae29f commit b234ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argocd-helm-secrets-sops/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set -o errexit
SOPS_PATH="./sops"
HELM_SECRETS_PATH="./helm-secrets.tar.gz"

wget "https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux"
wget "https://github.com/mozilla/sops/releases/download/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux.amd64"
mv "sops-${SOPS_VERSION}.linux" "${SOPS_PATH}"
chmod 0755 "${SOPS_PATH}"

Expand Down

0 comments on commit b234ec5

Please sign in to comment.