From ad8ccc11ea27e77a41047c6459286e9e6b6c98b4 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 3 Jun 2025 17:13:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B498=E5=A0=82=E5=8F=91=E9=80=81?= =?UTF-8?q?=E7=9A=84=E5=86=85=E5=AE=B9=EF=BC=8C=E5=85=88=E5=8F=91=E6=96=87?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- restart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restart.sh b/restart.sh index 17403ff..eaa09e4 100644 --- a/restart.sh +++ b/restart.sh @@ -1,7 +1,7 @@ #!/bin/bash # 进入项目目录 -cd /home/liuwei/wechatbot/WeChatRobot +cd /home/liuwei/abot # 拉取最新代码 git pull origin feature-855 # 根据需要拉取对应的分支