Skip to content

Commit 3ee00b1

Browse files
authored
Merge pull request #842 from nextcloud/fix/preserve-deploy-options-on-update-stable32
fix(occ): preserve ExApp deploy options on update (#808) [stable32]
2 parents 13d98ce + 7a29da3 commit 3ee00b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Command/ExApp/Update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
9393
private function updateExApp(InputInterface $input, OutputInterface $output, string $appId): int {
9494
$outputConsole = !$input->getOption('silent');
9595
$deployOptions = $this->exAppDeployOptionsService->formatDeployOptions(
96-
$this->exAppDeployOptionsService->getDeployOptions()
96+
$this->exAppDeployOptionsService->getDeployOptions($appId)
9797
);
9898
$appInfo = $this->exAppService->getAppInfo(
9999
$appId, $input->getOption('info-xml'), $input->getOption('json-info'),

0 commit comments

Comments
 (0)