diff --git a/Classes/Command/IntegrityCommand.php b/Classes/Command/IntegrityCommand.php index 7b79b3c4..8775dc75 100644 --- a/Classes/Command/IntegrityCommand.php +++ b/Classes/Command/IntegrityCommand.php @@ -40,7 +40,7 @@ public function execute(InputInterface $input, OutputInterface $output): int } } if (count($res['warnings']) === 0 && count($res['errors']) === 0) { - $output->writeln('Godo Job, no ERRORS/WARNINGS'); + $output->writeln('Good Job, no ERRORS/WARNINGS'); } return 0; }