diff --git a/Command/PopulateCommand.php b/Command/PopulateCommand.php index 3f24a7f..5869c9c 100644 --- a/Command/PopulateCommand.php +++ b/Command/PopulateCommand.php @@ -164,6 +164,7 @@ class PopulateCommand extends ContainerAwareCommand return function ($increment, $totalObjects) use (&$progress, $output, $index, $type) { if (null === $progress) { $progress = new ProgressBar($output, $totalObjects); + $progress->start(); } $progress->setMessage(sprintf('Populating %s/%s', $index, $type));