Skip to content

Commit 639eb41

Browse files
committed
Put this in the right place
1 parent 2060da9 commit 639eb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/windows/scripts/install-s3secrets-helper.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ $S3_SECRETS_HELPER_VERSION = "2.1.1"
55

66
Write-Output "Downloading s3-secrets-helper v${S3_SECRETS_HELPER_VERSION}..."
77
Invoke-WebRequest -OutFile C:\buildkite-agent\bin\s3secrets-helper.exe -Uri "https://github.com/buildkite/elastic-ci-stack-s3-secrets-hooks/releases/download/v${S3_SECRETS_HELPER_VERSION}/s3secrets-helper-windows-amd64"
8-
s3-secrets-helper.exe
8+
s3secrets-helper.exe
99
If ($lastexitcode -ne 0) { Exit $lastexitcode }

0 commit comments

Comments
 (0)