Skip to content

Commit

Permalink
🐛 fix plugin path
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelnicole committed Jul 6, 2016
1 parent e7c60ed commit 7659829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/content-types/merge.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const configPlugins = {};
*/
if (globalConfig.hasOwnProperty('content')) {
if (globalConfig.content.hasOwnProperty('plugins')) {
configPlugins.search = globalConfig.content.directory;
configPlugins.search = globalConfig.content.plugins.directory;
}
}
const plugins = plugabilly(configPlugins).name().containsSync('input-plugin-');
Expand Down

0 comments on commit 7659829

Please sign in to comment.