Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
merk committed Mar 12, 2015
1 parent 19e9aba commit 14af748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/PopulateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private function populateIndexType(OutputInterface $output, $index, $type, $rese
}

$provider = $this->providerRegistry->getProvider($index, $type);
$loggerClosure = $this->getLoggerClosure($output, $index, $type);
$loggerClosure = $this->progressClosureBuilder->build($output, 'Populating', $index, $type);
$provider->populate($loggerClosure, $event->getOptions());

$this->dispatcher->dispatch(TypePopulateEvent::POST_TYPE_POPULATE, $event);
Expand Down

0 comments on commit 14af748

Please sign in to comment.