Skip to content

Commit

Permalink
同上
Browse files Browse the repository at this point in the history
  • Loading branch information
TickHeart committed Jul 24, 2022
1 parent 9f19d7b commit e106a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/branch/branch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ export const piBranch: Record<string, BranchFn> = {
uv,
'--set-config': setConfig,
'--get-config': () => {
log(`配置文件路径${getConfigFileBody().file}`)
log(`配置文件路径${getConfigFileBody().body}`)
},
}

0 comments on commit e106a46

Please sign in to comment.