Skip to content

Commit

Permalink
Merge pull request #1 from magento-commerce/MQE-2173
Browse files Browse the repository at this point in the history
Mqe 2173: CUSTOM_MODULE_PATHS env variable doesn't use all paths
  • Loading branch information
jilu1 authored Oct 13, 2020
2 parents 9e14ab4 + 76c7df7 commit 7b6ec51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ private function getCustomModulePaths()
}

foreach (explode(',', $paths) as $path) {
$customModulePaths = [$this->findVendorAndModuleNameFromPath(trim($path)) => $path];
$customModulePaths[$this->findVendorAndModuleNameFromPath(trim($path))] = $path;
}

return $customModulePaths;
Expand Down

0 comments on commit 7b6ec51

Please sign in to comment.