Merge pull request #90 from matteosister/patch-1

a small typo already fixed in master but not here
This commit is contained in:
Jeremy Mikola 2012-04-09 07:53:58 -07:00
commit c30bbd0c34

View file

@ -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');