We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816b711 commit 58bebfaCopy full SHA for 58bebfa
Classes/Command/BackupCommandController.php
@@ -27,11 +27,11 @@ public function createCommand(): void
27
$this->output('Creating backup...');
28
29
if (!$this->backupService->createBackup()) {
30
- $this->outputLine('<error>couldn\'t create backup</error>');
+ $this->outputLine('<error>failed</error>');
31
$this->quit();
32
}
33
34
- $this->outputLine('<success>backup created</success>');
+ $this->outputLine('<success>success</success>');
35
36
37
/**
0 commit comments