From e106a46a4691bce17b07587a741297a8b8888d2a Mon Sep 17 00:00:00 2001 From: tickheart <66043405+TickHeart@users.noreply.github.com> Date: Sun, 24 Jul 2022 22:07:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/branch/branch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/branch/branch.ts b/src/branch/branch.ts index bbc6363..20390dd 100644 --- a/src/branch/branch.ts +++ b/src/branch/branch.ts @@ -14,6 +14,6 @@ export const piBranch: Record = { uv, '--set-config': setConfig, '--get-config': () => { - log(`配置文件路径${getConfigFileBody().file}`) + log(`配置文件路径${getConfigFileBody().body}`) }, }