From 3785997f03bfe81c3e3dd2c89d39737a093c5a73 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Wed, 12 Mar 2025 18:18:45 +0100 Subject: fix: Update s/Trust Asia/TrustAsia Description changed in Google's log list. All other log operator names are still unchanged. --- utils_ct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils_ct.go b/utils_ct.go index 49e7358..5e6e07b 100644 --- a/utils_ct.go +++ b/utils_ct.go @@ -58,7 +58,7 @@ func maxWorkers(log metadata.Log, workers uint64) int { if max := 2; strings.Contains(*log.Description, "DigiCert") && int(workers) > max { return max } - if max := 2; strings.Contains(*log.Description, "Trust Asia") && int(workers) > max { + if max := 2; strings.Contains(*log.Description, "TrustAsia") && int(workers) > max { return max } return int(workers) -- cgit v1.2.3