Skip to content

Commit f21db1a

Browse files
authored
Shorted text because longer string failed CI build
1 parent 7f6bdee commit f21db1a

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. This may be done with setup:di:compile</info>');
74+
$output->writeln('<info>Please re-run Magento compile command. Use setup:di:compile</info>');
7575
}
7676

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

0 commit comments

Comments
 (0)