diff --git a/src/App/Command/UpdateCacheCommand.php b/src/App/Command/UpdateCacheCommand.php index 511787c..4657994 100644 --- a/src/App/Command/UpdateCacheCommand.php +++ b/src/App/Command/UpdateCacheCommand.php @@ -29,7 +29,7 @@ class UpdateCacheCommand extends Command protected function execute(InputInterface $input, OutputInterface $output) { $this->ciExecutorService->getActiveNightlyConfiguration(true); - $this->ciExecutorService->getCiStreams(false); - $this->ciExecutorService->getJcatPackages(false); + $this->ciExecutorService->getCiStreams(true); + $this->ciExecutorService->getJcatPackages(true); } }