Skip to content

Commit

Permalink
Merge pull request #51 from rachelnicole/plugin-path-fix
Browse files Browse the repository at this point in the history
🐛 fix plugin path
  • Loading branch information
scottnath authored Jul 6, 2016
2 parents e7c60ed + 7659829 commit 8b1c1a9
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 8b1c1a9

Please sign in to comment.