diff --git a/utils/Commands/ClearcacheCommand.php b/utils/Commands/ClearcacheCommand.php index 6d9842803..7627d2321 100644 --- a/utils/Commands/ClearcacheCommand.php +++ b/utils/Commands/ClearcacheCommand.php @@ -57,7 +57,7 @@ class ClearcacheCommand extends Command if (!$input->getOption('force')) { $helper = new QuestionHelper(); - $question = new ConfirmationQuestion('Do you really want to clear the cache? ', false); + $question = new ConfirmationQuestion('Do you really want to clear the cache? ', false); if (!$helper->ask($input, $output, $question)) { return Command::SUCCESS; }