elviss 2 năm trước cách đây
mục cha
commit
23a3685d87
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/PackageClass.php

+ 1 - 1
src/PackageClass.php

@@ -150,7 +150,7 @@ class PackageClass
 		//获取部署配置信息
 		$cfgPath = pathJoin($distributeDir,'config.json');
 		if(! file_exists($cfgPath) ){
-			logInfo("distribute config file not exists,use default config.",$cfgPath);
+			logInfo(".distribute/config.json file not exists,use default config. ");
 			self::$config = defaultConfig();
 		}
 		else{