Skip to content

Commit 5c56307

Browse files
author
Ivan Gavryshko
committed
MAGETWO-37710: Setup wizard fails in readiness check when magento is deployed by composer create-project
- fixed static test
1 parent 5b28eee commit 5c56307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function __construct(
5050
throw new \Exception('Composer file not found: ' . $composerJson);
5151
}
5252

53-
putenv('COMPOSER_HOME='.$filesystem->getDirectoryRead(DirectoryList::COMPOSER_HOME)->getAbsolutePath());
53+
putenv('COMPOSER_HOME=' . $filesystem->getDirectoryRead(DirectoryList::COMPOSER_HOME)->getAbsolutePath());
5454

5555
// Create Composer
5656
$this->composer = ComposerFactory::create($io, $composerJson);

0 commit comments

Comments
 (0)