Skip to content

Commit

Permalink
Shorted text because longer string failed CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
sammarcus authored Oct 18, 2016
1 parent 7f6bdee commit f21db1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/src/Magento/Setup/Console/Command/UpgradeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$installer->installSchema();
$installer->installDataFixtures();
if (!$keepGenerated) {
$output->writeln('<info>Please re-run Magento compile command. This may be done with setup:di:compile</info>');
$output->writeln('<info>Please re-run Magento compile command. Use setup:di:compile</info>');
}

return \Magento\Framework\Console\Cli::RETURN_SUCCESS;
Expand Down

0 comments on commit f21db1a

Please sign in to comment.