update template to handle signature class a bit better
This commit is contained in:
parent
00772f526a
commit
13e373bb3f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
'20x' => 'revocation sig',
|
'20x' => 'revocation sig',
|
||||||
'28x' => 'subkey revocation sig',
|
'28x' => 'subkey revocation sig',
|
||||||
'30x' => 'cert revocation sig',
|
'30x' => 'cert revocation sig',
|
||||||
)
|
);
|
||||||
for my $row (@row) {
|
for my $row (@row) {
|
||||||
my @data = split /:/, $row;
|
my @data = split /:/, $row;
|
||||||
my $record = $data[0];
|
my $record = $data[0];
|
||||||
|
|
Loading…
Reference in a new issue