[command] Fixed output (for real)

This commit is contained in:
William DURAND 2011-08-31 16:12:56 +02:00
commit f18df260fe
7 changed files with 50 additions and 35 deletions

View file

@ -72,7 +72,7 @@ EOT
if (true === $ret) {
$output->writeln('<info>All SQL statements have been executed.</info>');
} else {
$this->writeTaskError('insert-sql');
$this->writeTaskError($output, 'insert-sql');
}
} else {
$output->writeln('<error>You have to use --force to execute all SQL statements.</error>');