diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-02-02 21:45:14 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-02-02 21:45:14 +0100 |
commit | c0dcb886ef5399cefc3b11195e608c59eb7dea98 (patch) | |
tree | 35c4624e764c89f52b3ddc4ae582003da64ff182 /lib/index.js | |
parent | df391288949a703727f531333c228072d901bd55 (diff) | |
download | gitbook-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.js | 4 |
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(""); |