Fix comma position
This commit is contained in:
parent
f3904e62b2
commit
81cb719417
2 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ sub process
|
|||
for my $header (@headers)
|
||||
{
|
||||
my $g = shift @ugrades;
|
||||
$out .= $g if ($g && $g ne $header);
|
||||
$out .= ",";
|
||||
$out .= $g if ($g && $g ne $header);
|
||||
}
|
||||
$out .= "\n";
|
||||
}
|
||||
|
|
Reference in a new issue