This commit is contained in:
Manuel Raynaud
2013-06-10 18:10:21 +02:00
parent 5564de29ab
commit 36618668fc
2 changed files with 21 additions and 21 deletions

View File

@@ -55,7 +55,7 @@ class CacheClear extends ContainerAwareCommand
try {
$fs->remove($cacheDir);
$output->writeln("<info>cache clear successfully</info>");
$output->writeln("<info>cache cleared successfully</info>");
} catch(IOException $e) {
$output->writeln(sprintf("error during clearing cache : %s", $e->getMessage()));
}