Merge pull request #90 from matteosister/patch-1
a small typo already fixed in master but not here
This commit is contained in:
commit
c30bbd0c34
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class PopulateCommand extends ContainerAwareCommand
|
|||
*/
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$output->writeln('Reseting indexes');
|
||||
$output->writeln('Resetting indexes');
|
||||
$this->getContainer()->get('foq_elastica.reseter')->reset();
|
||||
|
||||
$output->writeln('Populating indexes');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue