Skip to content

Commit 801fbc8

Browse files
committed
fix(lk): fix the lk in specified directory
fix #61
1 parent 81f1173 commit 801fbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lk.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const callModeAction = {
9090
question = await getQuestionByMode(mode)
9191
await check('identity', question)
9292
} else {
93-
question = await getFilePathById(id)
93+
question = await getFilePathById(id, baseDir)
9494
const needToSelect = {
9595
type: 'list',
9696
name: 'need',

0 commit comments

Comments
 (0)