Fixed output in build command

This commit is contained in:
William DURAND 2011-08-30 11:52:50 +02:00
commit ad6c5756f0

View file

@ -42,9 +42,9 @@ EOT
$this->additionalPhingArgs[] = 'verbose';
}
if (true === $this->callPhing('om')) {
$this->writeSection($output, '[Propel] You are running the command: propel:build-model');
$this->writeSection($output, '[Propel] You are running the command: propel:build-model');
if (true === $this->callPhing('om')) {
foreach ($this->tempSchemas as $schemaFile => $schemaDetails) {
$output->writeln(sprintf(
'Built Model classes for bundle <info>%s</info> from <comment>%s</comment>.',