We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad1f373 + a603459 commit b480553Copy full SHA for b480553
lib/internal/Magento/Framework/Module/Plugin/DbStatusValidator.php
@@ -52,7 +52,7 @@ public function aroundDispatch(
52
if ($errors) {
53
$formattedErrors = $this->formatErrors($errors);
54
throw new \Magento\Framework\Module\Exception(
55
- 'Please update your database: Run "php –f index.php update" from the Magento root/setup directory.'
+ 'Please update your database: Run "php -f index.php update" from the Magento root/setup directory.'
56
. PHP_EOL . 'The following modules are outdated:' . PHP_EOL . implode(PHP_EOL, $formattedErrors)
57
);
58
} else {
0 commit comments