Skip to content

Commit

Permalink
Merge pull request #36 from Ymriri/master
Browse files Browse the repository at this point in the history
fix(gen-config-file): yuque-pwd缺少引号
  • Loading branch information
LetTTGACO authored Nov 29, 2023
2 parents 26baa41 + c77931c commit c9731a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/utils/gen-config-file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const configJsStr =
' onlyPublic: false,\n' +
' onlyPublished: true,\n' +
' },\n' +
' yuque-pwd: {\n' +
" 'yuque-pwd': {\n" +
' username: process.env.YUQUE_USERNAME,\n' +
' password: process.env.YUQUE_PASSWORD,\n' +
' login: process.env.YUQUE_LOGIN,\n' +
Expand Down

0 comments on commit c9731a3

Please sign in to comment.