summaryrefslogtreecommitdiffstats
path: root/lib/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/index.js')
-rw-r--r--lib/index.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/index.js b/lib/index.js
index e91211f..31af646 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -186,9 +186,7 @@ module.exports = {
return book.config.load()
.then(function() {
- return book.config.installPlugins({
- log: true
- });
+ return book.plugins.install();
})
.then(function(){
console.log("");