Skip to content

Commit c77d9d9

Browse files
author
Bohdan Korablov
committed
MAGETWO-56787: [GITHUB][PR] Added call to action to compile command error #4134
1 parent c5429aa commit c77d9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
7171
$installer->installSchema();
7272
$installer->installDataFixtures();
7373
if (!$keepGenerated) {
74-
$output->writeln('<info>Please re-run Magento compile command. Use setup:di:compile</info>');
74+
$output->writeln('<info>Please re-run Magento compile command. Use the command "setup:di:compile"</info>');
7575
}
7676

7777
return \Magento\Framework\Console\Cli::RETURN_SUCCESS;

0 commit comments

Comments
 (0)