From 49e6324e5c136a8149bfab4f2fba0f392b8b40a5 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Fri, 20 Feb 2026 17:05:29 +0000 Subject: [PATCH] remove weird symbol from comment --- internal/pkg/report/reporter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/report/reporter.go b/internal/pkg/report/reporter.go index 91e9c0a..eb6026e 100644 --- a/internal/pkg/report/reporter.go +++ b/internal/pkg/report/reporter.go @@ -264,7 +264,7 @@ func (r *Reporter) Close(lastWords string) error { log.Error("No Response from RunDaemon for 60s, continue best effort") } - // Report the job outcome even when all log‑retry attempts have been exhausted + // Report the job outcome even when all log upload retry attempts have been exhausted return errors.Join( retry.Do(func() error { return r.ReportLog(true)