update template to handle signature class a bit better

This commit is contained in:
jake 2024-11-11 13:21:05 -05:00
parent 00772f526a
commit 13e373bb3f

View file

@ -19,7 +19,7 @@
'20x' => 'revocation sig',
'28x' => 'subkey revocation sig',
'30x' => 'cert revocation sig',
)
);
for my $row (@row) {
my @data = split /:/, $row;
my $record = $data[0];