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.
1 parent 3f4eaa1 commit a97b4cbCopy full SHA for a97b4cb
src/MagentoHackathon/Composer/Magento/Installer.php
@@ -223,7 +223,7 @@ protected function initializeMagentoRootDir() {
223
$pathParts = array_merge($baseDir, $pathParts);
224
$directoryPath = '';
225
foreach ($pathParts as $pathPart) {
226
- $directoryPath .= DIRECTORY_SEPARATOR . $pathPart;
+ $directoryPath .= $pathPart . DIRECTORY_SEPARATOR;
227
$this->filesystem->ensureDirectoryExists($directoryPath);
228
}
229
0 commit comments