We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5232bd7 commit f2d60a9Copy full SHA for f2d60a9
pkg/testing/fetcher_artifact.go
@@ -93,7 +93,7 @@ func (f *artifactFetcher) Fetch(ctx context.Context, operatingSystem string, arc
93
}
94
95
// this remote path cannot have the build metadata in it
96
- srcPath := fmt.Sprintf("elastic-agent-%s-%s-%s", prefix, ver.VersionWithPrerelease(), suffix)
+ srcPath := fmt.Sprintf("elastic-agent-%s%s-%s", prefix, ver.VersionWithPrerelease(), suffix)
97
downloadSrc := fmt.Sprintf("%s%s", uri, srcPath)
98
99
return &artifactResult{
0 commit comments