Merge pull request #136 from tacman/tac_fix1

correct the output
This commit is contained in:
William Durand 2012-04-19 17:30:31 -07:00
commit 07a2dc1318

View file

@ -109,7 +109,7 @@ EOT
if (true === $statusCode) {
$this->writeSection(
$output,
'<info>All SQL statements have been generated.</info>',
'<info>All SQL statements have been inserted.</info>',
'bg=black'
);
} else {