mirror of
https://github.com/shankar0123/certctl.git
synced 2026-06-07 16:21:30 +00:00
144bd5fdf9
The previous commit replaced `certs, total, err :=` with `_, total, err :=` but certs was used on a subsequent line. Keep the declaration and suppress the SA4006 warning with a blank assignment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>