diff --git a/lib/Command/ExApp/Update.php b/lib/Command/ExApp/Update.php index a2ab55d67..ccc70f263 100644 --- a/lib/Command/ExApp/Update.php +++ b/lib/Command/ExApp/Update.php @@ -93,7 +93,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int private function updateExApp(InputInterface $input, OutputInterface $output, string $appId): int { $outputConsole = !$input->getOption('silent'); $deployOptions = $this->exAppDeployOptionsService->formatDeployOptions( - $this->exAppDeployOptionsService->getDeployOptions() + $this->exAppDeployOptionsService->getDeployOptions($appId) ); $appInfo = $this->exAppService->getAppInfo( $appId, $input->getOption('info-xml'), $input->getOption('json-info'),