diff --git a/build/check_embedded.pl b/build/check_embedded.pl index 11401109..34046269 100755 --- a/build/check_embedded.pl +++ b/build/check_embedded.pl @@ -533,7 +533,7 @@ sub comment { } } -if ($total_certs > 1) { +if ($distinct_certs > 1) { print "Total certificates: $total_certs\n"; if ($distinct_certs != $total_certs) { print "Distinct certificates: $distinct_certs\n";