We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13d98ce + 7a29da3 commit 3ee00b1Copy full SHA for 3ee00b1
1 file changed
lib/Command/ExApp/Update.php
@@ -93,7 +93,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
93
private function updateExApp(InputInterface $input, OutputInterface $output, string $appId): int {
94
$outputConsole = !$input->getOption('silent');
95
$deployOptions = $this->exAppDeployOptionsService->formatDeployOptions(
96
- $this->exAppDeployOptionsService->getDeployOptions()
+ $this->exAppDeployOptionsService->getDeployOptions($appId)
97
);
98
$appInfo = $this->exAppService->getAppInfo(
99
$appId, $input->getOption('info-xml'), $input->getOption('json-info'),
0 commit comments