|
@@ -420,7 +420,7 @@ class PackageClass
|
|
|
$name = $info['name'];
|
|
|
$type = $info['type'];
|
|
|
if($type == 'txt'){
|
|
|
- $filePath = pathJoin($vendorDir,$name);
|
|
|
+ $filePath = pathJoin($vendorDir,$repoName,$name);
|
|
|
if(! self::runScriptFile($filePath,$fileMacros) ){
|
|
|
logError('failed to run script file',$filePath);
|
|
|
return false;
|