[command] Fixed output (for real)
This commit is contained in:
parent
e35ae76511
commit
f18df260fe
7 changed files with 50 additions and 35 deletions
|
|
@ -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>');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue