Skip to content

Commit fd55528

Browse files
committedMar 3, 2022
fix
1 parent 29cef4a commit fd55528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎elastic-agent/magefile.go

+1
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ func packageAgent(requiredPackages []string, packagingFn func()) {
647647

648648
func fetchBinaryFromArtifactsApi(ctx context.Context, packageName, artifact, version, downloadPath string) error {
649649
location, err := downloads.FetchBeatsBinary(ctx, packageName, artifact, version, 3, false, downloadPath, true)
650+
fmt.Println("downloaded binaries on location ", location)
650651
if err != nil {
651652
panic(err)
652653
}

0 commit comments

Comments
 (0)