summaryrefslogtreecommitdiffstats
path: root/lib/index.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-02-02 21:45:14 +0100
committerSamy Pessé <samypesse@gmail.com>2015-02-02 21:45:14 +0100
commitc0dcb886ef5399cefc3b11195e608c59eb7dea98 (patch)
tree35c4624e764c89f52b3ddc4ae582003da64ff182 /lib/index.js
parentdf391288949a703727f531333c228072d901bd55 (diff)
downloadgitbook-c0dcb886ef5399cefc3b11195e608c59eb7dea98.zip
gitbook-c0dcb886ef5399cefc3b11195e608c59eb7dea98.tar.gz
gitbook-c0dcb886ef5399cefc3b11195e608c59eb7dea98.tar.bz2
Improve install command to resolve best plugin version
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("");