remove weird symbol from comment

This commit is contained in:
ChristopherHX
2026-02-20 17:05:29 +00:00
parent 9ab05e3d6a
commit 49e6324e5c

View File

@@ -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 logretry 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)