Skip to content

Commit 04a702f

Browse files
committed
Fix #34
1 parent afd3ca2 commit 04a702f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acme/ari.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func (c *Client) GetRenewalInfo(ctx context.Context, leafCert *x509.Certificate)
218218
slog.Time("window_start", ari.SuggestedWindow.Start),
219219
slog.Time("window_end", ari.SuggestedWindow.End),
220220
slog.Time("selected_time", ari.SelectedTime),
221-
slog.Time("recheck_after", *ari.RetryAfter),
221+
slog.Time("recheck_after", raTime),
222222
slog.String("explanation_url", ari.ExplanationURL))
223223
}
224224

0 commit comments

Comments
 (0)