From 4640e705c1f77fdc5e7fefa5885d04f375bb79be Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 25 Apr 2019 13:17:40 +0200 Subject: [PATCH] fix output --- src/Deblan/Command/CheckCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Deblan/Command/CheckCommand.php b/src/Deblan/Command/CheckCommand.php index 8f478a6..9795eca 100644 --- a/src/Deblan/Command/CheckCommand.php +++ b/src/Deblan/Command/CheckCommand.php @@ -82,7 +82,7 @@ EOF foreach ($this->sort($this->fails) as $result) { $table->addRow([ $result['domain'], - $result['expiryDate'], + 'FAIL', ]); }