From c77d9d92c755a103ac896529a2df2d857c7d9858 Mon Sep 17 00:00:00 2001
From: Bohdan Korablov <bkorablov@magento.com>
Date: Wed, 9 Nov 2016 13:57:06 +0200
Subject: [PATCH] MAGETWO-56787: [GITHUB][PR] Added call to action to compile
 command error #4134

---
 setup/src/Magento/Setup/Console/Command/UpgradeCommand.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php b/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php
index be44fa903e5..ad2ad3d7b69 100644
--- a/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php
+++ b/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php
@@ -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;
-- 
GitLab