From 99d27da162cd7ef0b2552889a323a7083a98875a Mon Sep 17 00:00:00 2001 From: mercury Date: Tue, 9 Apr 2024 15:18:12 +0400 Subject: [PATCH] fix back in branches --- app/bot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot.php b/app/bot.php index 3c2be4c..c56f7e3 100644 --- a/app/bot.php +++ b/app/bot.php @@ -4099,7 +4099,7 @@ DNS-over-HTTPS with IP: file_put_contents('/update/branch', trim(str_replace('origin/', '', $v))); } } - $this->menu('config'); + $this->menu('update'); } public function logs()