Skip to content

Commit bb3a5b4

Browse files
committed
corePluginsPath fix
1 parent b685566 commit bb3a5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports.init = context => {
1111
module.exports.handler = new PluginHandler({
1212
logger: log,
1313
pluginsPath: config.pluginsPath,
14-
corePluginsPath: config.pluginsPath,
14+
corePluginsPath: config.corePluginsPath,
1515
plugins: config.plugins,
1616
context,
1717
log: config.log,

0 commit comments

Comments
 (0)