Skip to content

Commit 60aaf53

Browse files
committed
[4.0] cli remove old files
Quick fix to change the success message PR for
1 parent 53118d4 commit 60aaf53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/src/Console/RemoveOldFilesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected function doExecute(InputInterface $input, OutputInterface $output): in
5151

5252
(new \JoomlaInstallerScript)->deleteUnexistingFiles();
5353

54-
$symfonyStyle->success('Files removed');
54+
$symfonyStyle->success('There are no old files left to remove');
5555

5656
return 0;
5757
}

0 commit comments

Comments
 (0)