Skip to content

Commit 0704c2a

Browse files
author
Bohdan Korablov
committed
Merge remote-tracking branch 'falcons/MAGETWO-56787' into MAGETWO-60790
2 parents 800bb76 + c77d9d9 commit 0704c2a

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</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)