[command] s/summary/writeSummary/

This commit is contained in:
William DURAND 2011-08-30 11:52:30 +02:00
commit 1837a63779
3 changed files with 3 additions and 3 deletions

View file

@ -39,6 +39,6 @@ EOT
{
$this->callPhing('diff');
$this->summary($output, 'propel-sql-diff');
$this->writeSummary($output, 'propel-sql-diff');
}
}