Skip to content

Commit

Permalink
fix: can not download plugins bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong0618 committed May 28, 2020
1 parent 3818bc5 commit 4a27102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const DEFAULT_CONFIG = {
verify: 'https://leetcode.com/submissions/detail/$id/check/',
favorites: 'https://leetcode.com/list/api/questions',
favorite_delete: 'https://leetcode.com/list/api/questions/$hash/$id',
plugin: 'https://raw.githubusercontent.com/leetcode-tools/leetcode-cli-plugins/master/plugins/$name.js'
plugin: 'https://raw.githubusercontent.com/leetcode-tools/leetcode-cli/master/lib/plugins/$name.js'
},
},

Expand Down

0 comments on commit 4a27102

Please sign in to comment.