Skip to content

Commit bb541a7

Browse files
author
Ivan Gavryshko
committed
MAGETWO-51718: After break installation Magento uninstall throw fatal error
- fixed message
1 parent 40b3887 commit bb541a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Model/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ public function uninstall()
10281028
$this->cleanCaches();
10291029
} catch (\Exception $e) {
10301030
$this->log->log(
1031-
'Can\'t clear cache due to following error: '
1031+
'Can\'t clear cache due to the following error: '
10321032
. $e->getMessage() . PHP_EOL
10331033
. 'To fully clean up your uninstallation, you must manually clear your cache files.'
10341034
);

0 commit comments

Comments
 (0)