Skip to content

Commit

Permalink
Update cmd/bad-key-revoker/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Hoffman-Andrews <[email protected]>
  • Loading branch information
aarongable and jsha authored Nov 25, 2024
1 parent 49437f8 commit 88405f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bad-key-revoker/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ func (bkr *badKeyRevoker) invoke(ctx context.Context) (bool, error) {
}
}

serials := make([]string, 0)
var serials []string
for _, cert := range unrevokedCerts {
serials = append(serials, cert.Serial)
}
Expand Down

0 comments on commit 88405f3

Please sign in to comment.