shenshihai %!s(int64=2) %!d(string=hai) anos
pai
achega
0c51402068
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;