설치 직후 기본 gitpath 변경

This commit is contained in:
2019-09-15 00:37:46 +09:00
parent 26eacfe795
commit 3432b900df
+1 -1
View File
@@ -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;
}