Skip to content

Commit 5a5f715

Browse files
committed
MAGETWO-35674: Ensure all builds are green
- CR fixes
1 parent 8095caf commit 5a5f715

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
@@ -1068,7 +1068,7 @@ private function deleteDeploymentConfig()
10681068
try {
10691069
$this->log->log($absolutePath);
10701070
$configDir->delete($file);
1071-
} catch (FilesystemException $e) {
1071+
} catch (FileSystemException $e) {
10721072
$this->log->log($e->getMessage());
10731073
}
10741074
}

0 commit comments

Comments
 (0)