diff --git a/setup/src/Magento/Setup/Model/MarketplaceManager.php b/setup/src/Magento/Setup/Model/MarketplaceManager.php index 41e4d0b4d2df1d1882f0d0705e38672fe7c3cb20..13316269d8bb06cbe94c7fad008adced828494f2 100644 --- a/setup/src/Magento/Setup/Model/MarketplaceManager.php +++ b/setup/src/Magento/Setup/Model/MarketplaceManager.php @@ -307,11 +307,11 @@ class MarketplaceManager return $this->getDirectory()->writeFile( \Magento\Framework\App\Filesystem\DirectoryList::COMPOSER_HOME . - DIRECTORY_SEPARATOR . $this->pathToAuthFile, + DIRECTORY_SEPARATOR . $this->pathToAuthFile, $jsonContent ) && $this->getDirectory()->changePermissions( \Magento\Framework\App\Filesystem\DirectoryList::COMPOSER_HOME . - DIRECTORY_SEPARATOR . $this->pathToAuthFile, + DIRECTORY_SEPARATOR . $this->pathToAuthFile, \Magento\Framework\Filesystem\DriverInterface::WRITEABLE_FILE_MODE ); }