Skip to content

Commit edb748f

Browse files
Igor Melnikovvrann
authored andcommitted
MAGETWO-51592: Make single tenant compiler work when Magento not installed
Changing messages
1 parent 3cae074 commit edb748f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/src/Magento/Setup/Console/Command/AbstractModuleCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ protected function cleanup(InputInterface $input, OutputInterface $output)
8888
if ($input->getOption(self::INPUT_KEY_CLEAR_STATIC_CONTENT)) {
8989
$cleanupFiles->clearMaterializedViewFiles();
9090
$output->writeln('<info>Generated static view files cleared successfully. You should compile classes now '
91-
. 'using magento setup:di:compile.</info>');
91+
. 'using magento \'setup:di:compile\'.</info>');
9292
} else {
9393
$output->writeln(
9494
'<info>Info: Some modules might require static view files to be cleared. To do this, run magento '
95-
. 'module:enable with --' . self::INPUT_KEY_CLEAR_STATIC_CONTENT
95+
. '\'module:enable\' with --' . self::INPUT_KEY_CLEAR_STATIC_CONTENT
9696
. ' option to clear them.</info>'
9797
);
9898
}

0 commit comments

Comments
 (0)