From 6620406a84bab977ec18987058b961f97743e09e Mon Sep 17 00:00:00 2001 From: William DURAND Date: Fri, 20 Apr 2012 02:27:47 +0200 Subject: [PATCH] Fixed error message --- Command/SqlBuildCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/SqlBuildCommand.php b/Command/SqlBuildCommand.php index 05b2c78..24fae5e 100644 --- a/Command/SqlBuildCommand.php +++ b/Command/SqlBuildCommand.php @@ -94,7 +94,7 @@ EOT $this->writeSection($output, array( '[Propel] Error', '', - 'An error has occured during the "%command.name%" command process. To get more details, run the command with the "--verbose" option.' + 'An error has occured during the "propel:sql:build" command process. To get more details, run the command with the "--verbose" option.' ), 'fg=white;bg=red'); } }