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...")