fix output

This commit is contained in:
Simon Vieille 2019-04-25 13:17:40 +02:00
parent 9eccda5103
commit 4640e705c1
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ EOF
foreach ($this->sort($this->fails) as $result) {
$table->addRow([
$result['domain'],
$result['expiryDate'],
'FAIL',
]);
}