fix spacing
Some checks failed
Codespell / Check spelling (push) Waiting to run
Validate community containers / Validate community containers (push) Has been cancelled
Docker Lint / docker-lint (push) Has been cancelled
Lint php / php-lint (push) Has been cancelled
PHP Deprecation Detector / PHP Deprecation Detector (push) Has been cancelled
Static analysis / static-psalm-analysis (push) Has been cancelled
Shellcheck / Check Shell (push) Has been cancelled
Lint php / php-lint-summary (push) Has been cancelled

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-12-03 14:29:55 +01:00
parent 2f697b8e53
commit 0db006605a

View file

@ -115,7 +115,7 @@ readonly class DockerController {
$this->PerformRecursiveContainerStart($id); $this->PerformRecursiveContainerStart($id);
} }
private function listBackup() : void { private function listBackup() : void {
$this->configurationManager->SetBackupMode('list'); $this->configurationManager->SetBackupMode('list');
$id = 'nextcloud-aio-borgbackup'; $id = 'nextcloud-aio-borgbackup';