diff --git a/src/Commands/core/CacheCommands.php b/src/Commands/core/CacheCommands.php index 313b780965..165cb3b68b 100644 --- a/src/Commands/core/CacheCommands.php +++ b/src/Commands/core/CacheCommands.php @@ -141,7 +141,7 @@ public function interact($input, $output): void if (empty($input->getArgument('type'))) { $types = $this->getTypes($this->bootstrapManager->hasBootstrapped(DrupalBootLevels::FULL)); $choices = array_combine(array_keys($types), array_keys($types)); - $type = $this->io()->choice(dt("Choose a cache to clear"), $choices, 'all'); + $type = $this->io()->choice(dt("Choose a cache to clear"), $choices, 'render'); $input->setArgument('type', $type); }