shenshihai 2 năm trước cách đây
mục cha
commit
0c51402068
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;