Skip to content
Snippets Groups Projects
Commit c77d9d92 authored by Bohdan Korablov's avatar Bohdan Korablov
Browse files

MAGETWO-56787: [GITHUB][PR] Added call to action to compile command error #4134

parent c5429aa0
Branches
No related merge requests found
......@@ -71,7 +71,7 @@ class UpgradeCommand extends AbstractSetupCommand
$installer->installSchema();
$installer->installDataFixtures();
if (!$keepGenerated) {
$output->writeln('<info>Please re-run Magento compile command. Use setup:di:compile</info>');
$output->writeln('<info>Please re-run Magento compile command. Use the command "setup:di:compile"</info>');
}
return \Magento\Framework\Console\Cli::RETURN_SUCCESS;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment