Skip to content

Commit bf1c847

Browse files
aphansal123Copilot
andauthored
Update internal/verification/dns.go
Co-authored-by: Copilot <[email protected]>
1 parent 2be9c9c commit bf1c847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/verification/dns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ func performDNSVerificationWithRetries(
213213
}
214214

215215
log.Printf("Retryable DNS error for domain %s (attempt %d/%d): %v",
216-
domain, attempt+1, config.MaxRetries+1, err)
216+
domain, attempt+1, config.MaxRetries, err)
217217
}
218218

219219
// All retries exhausted

0 commit comments

Comments
 (0)