shenshihai 2 years ago
parent
commit
0c51402068
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/PackageClass.php

+ 1 - 1
src/PackageClass.php

@@ -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;