Skip to content

Commit

Permalink
Fix a mistake in the cache warmup command
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Mar 11, 2021
1 parent 9fcb56f commit 725372a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/classes/Command/CacheWarmupCommand.php
Expand Up @@ -76,7 +76,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
return $twigCode;
}

$routingCode = $this->warmUpTwigCache($output);
$routingCode = $this->warmUpRoutingCache($output);
if ($routingCode !== 0) {
$output->writeln('Routing cache generation had an error.');

Expand Down

0 comments on commit 725372a

Please sign in to comment.