Fixed command output, fixes #161
This commit is contained in:
parent
b8720a62e5
commit
554132cffd
4 changed files with 8 additions and 27 deletions
|
|
@ -79,13 +79,9 @@ EOT
|
|||
}
|
||||
}
|
||||
|
||||
$this->writeSection(
|
||||
$output,
|
||||
sprintf('<comment>%d</comment> <info>SQL file%s ha%s been generated.</info>',
|
||||
$nbFiles, $nbFiles > 1 ? 's' : '', $nbFiles > 1 ? 've' : 's'
|
||||
),
|
||||
'bg=black'
|
||||
);
|
||||
$output->writeln(sprintf('<comment>%d</comment> <info>SQL file%s ha%s been generated.</info>',
|
||||
$nbFiles, $nbFiles > 1 ? 's' : '', $nbFiles > 1 ? 've' : 's'
|
||||
));
|
||||
} else {
|
||||
$this->writeSection($output, array(
|
||||
'[Propel] Error',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue