Skip to content

Commit 816b711

Browse files
fixed wrong line ending in output
1 parent 4fdb462 commit 816b711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Command/BackupCommandController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function createCommand(): void
2424
$this->quit();
2525
}
2626

27-
$this->outputLine('Creating backup...');
27+
$this->output('Creating backup...');
2828

2929
if (!$this->backupService->createBackup()) {
3030
$this->outputLine('<error>couldn\'t create backup</error>');

0 commit comments

Comments
 (0)