diff --git a/src/SPC/command/ExtractCommand.php b/src/SPC/command/ExtractCommand.php index 3a9f718a..f107bf5e 100644 --- a/src/SPC/command/ExtractCommand.php +++ b/src/SPC/command/ExtractCommand.php @@ -25,7 +25,7 @@ class ExtractCommand extends BaseCommand { $sources = array_map('trim', array_filter(explode(',', $this->getArgument('sources')))); if (empty($sources)) { - $this->output->writeln('sources cannot be empty, at least contain one !'); + $this->output->writeln('sources cannot be empty, at least contain one !'); return 1; } SourceExtractor::initSource(sources: $sources);