|
@@ -204,7 +204,7 @@ class PackageClass
|
|
|
$config = self::$config;
|
|
|
$app = self::$app;
|
|
|
$repoName = $pkg->getName();
|
|
|
- $module_alias = $app["distribute-root"]["module-alias"]
|
|
|
+ $module_alias = $app["distribute-root"]["module-alias"];
|
|
|
|
|
|
$cfgPath = pathJoin($repoDir,'composer.json');
|
|
|
$data = json_decode(file_get_contents($cfgPath), true);
|