From c5c993f847e8c0bc4db70c1e46189a3de979aac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Sun, 9 Aug 2020 22:23:43 +0200 Subject: [PATCH] adding --- app/Commands/LetsEncryptRemoveCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Commands/LetsEncryptRemoveCommand.php b/app/Commands/LetsEncryptRemoveCommand.php index 10e709d..813a588 100644 --- a/app/Commands/LetsEncryptRemoveCommand.php +++ b/app/Commands/LetsEncryptRemoveCommand.php @@ -64,7 +64,7 @@ class LetsEncryptRemoveCommand extends Command $this->error('Error! Certificate for '.$domain.'...not found!'); } - if ($erros > 0 && $errors < (count($diretories) - 1)) { + if ($errors > 0 && $errors < (count($diretories) - 1)) { $this->error('Trouble! Certificate for '.$domain.'...delete! Some files were not found!'); }