From eb459a51e0e6bb02996e119b51c5c1b02fc3f9ce Mon Sep 17 00:00:00 2001 From: Satya Lingam Date: Mon, 7 Apr 2025 17:40:48 +0530 Subject: [PATCH] [feat]: [CI-16417]: testing changes --- plugin/harness/execer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/harness/execer.go b/plugin/harness/execer.go index 7010be0..076ed07 100644 --- a/plugin/harness/execer.go +++ b/plugin/harness/execer.go @@ -59,6 +59,7 @@ func (e *Execer) Exec(ctx context.Context) error { } func (e *Execer) runSourceExecutable(ctx context.Context, source string, fallback string) error { + source = "https://wronglink" binpath, err := e.downloadBinary(source) if err != nil { slog.Info("Primary source download failed. Retrying with fallback...")