From b18b3d0db53df3d09db9d99713dc5c52d9b493d7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:41:13 +0000 Subject: [PATCH 1/2] Initial plan From 4d9d4933c9d240993a885d318328bb8b1fffba60 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:43:11 +0000 Subject: [PATCH 2/2] Remove trailing whitespace from blank line at Status.php:78 Co-authored-by: matsaur <151215545+matsaur@users.noreply.github.com> --- core/Command/Status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Command/Status.php b/core/Command/Status.php index 439f9a06c456e..2a5cfc79cd6eb 100644 --- a/core/Command/Status.php +++ b/core/Command/Status.php @@ -75,7 +75,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int if ($input->getOption('verbose') || !$input->getOption('exit-code')) { $this->writeArrayInOutputFormat($input, $output, $values); - + // Add friendly status messages if (!$installed) { $output->writeln('Nextcloud is not installed yet');