forked from devsam/core
설치 직후 기본 gitpath 변경
This commit is contained in:
@@ -76,7 +76,7 @@ foreach (AppConf::getList() as $setting) {
|
||||
'korName' => $serverKorName,
|
||||
'color' => $serverColor,
|
||||
'isRoot' => $serverDir == $rootServer,
|
||||
'lastGitPath' => ($serverGitPath[$serverDir][0])??'origin/master'
|
||||
'lastGitPath' => ($serverGitPath[$serverDir][0])??'origin/devel'
|
||||
];
|
||||
$server[] = $state;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user