diff --git a/src/flextype/core/Console/Commands/Cache/CacheClearCommand.php b/src/flextype/core/Console/Commands/Cache/CacheClearCommand.php index 72e44288..7ce16aab 100644 --- a/src/flextype/core/Console/Commands/Cache/CacheClearCommand.php +++ b/src/flextype/core/Console/Commands/Cache/CacheClearCommand.php @@ -30,7 +30,7 @@ class CacheClearCommand extends Command $io->success('Cache cleared.'); return Command::SUCCESS; } else { - $io->error('Key wasn\'t cleared.'); + $io->error('Cache wasn\'t cleared.'); return Command::FAILURE; } }