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