From 3432b900df405e20f4245ac6fc048de16c35d9cf Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 15 Sep 2019 00:37:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EC=B9=98=20=EC=A7=81=ED=9B=84=20?= =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20gitpath=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i_entrance/j_server_get_admin_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i_entrance/j_server_get_admin_status.php b/i_entrance/j_server_get_admin_status.php index 4c842c8b..358df58d 100644 --- a/i_entrance/j_server_get_admin_status.php +++ b/i_entrance/j_server_get_admin_status.php @@ -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; }