|
@@ -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{
|