Skip to content

Commit

Permalink
Tweaked output of 'build-model' command
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Sep 23, 2011
1 parent 145d4fa commit 5573f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/BuildModelCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
if (true === $this->callPhing('om')) {
foreach ($this->tempSchemas as $schemaFile => $schemaDetails) {
$output->writeln(sprintf(
'>> <info>%s</info> Generated model classes from <comment>%s</comment>',
'>> <info>%20s</info> Generated model classes from <comment>%s</comment>',
$schemaDetails['bundle'],
$schemaDetails['basename']
));
Expand Down

0 comments on commit 5573f9d

Please sign in to comment.