Skip to content

Commit 4a8d26b

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

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
@@ -1030,7 +1030,7 @@ public function uninstall()
10301030
$this->log->log(
10311031
'Can\'t clear cache due to the following error: '
10321032
. $e->getMessage() . PHP_EOL
1033-
. 'To fully clean up your uninstallation, you must manually clear your cache files.'
1033+
. 'To fully clean up your uninstallation, you must manually clear your cache.'
10341034
);
10351035
}
10361036

0 commit comments

Comments
 (0)