elviss пре 2 година
родитељ
комит
23a3685d87
1 измењених фајлова са 1 додато и 1 уклоњено
  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{