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!'); }