shenshihai 2 년 전
부모
커밋
0c51402068
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;