summaryrefslogtreecommitdiffstats
path: root/lib/config
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-02-17 10:11:33 +0100
committerSamy Pessé <samypesse@gmail.com>2016-02-17 10:11:33 +0100
commit8141bcb3b63f16c27f8cd6c5e19aed4b5ef6d019 (patch)
tree8714e7b6155f606260837ae62e45d262c12015a7 /lib/config
parentdb3d21db49a7260df03ae987b58c495178193dde (diff)
downloadgitbook-8141bcb3b63f16c27f8cd6c5e19aed4b5ef6d019.zip
gitbook-8141bcb3b63f16c27f8cd6c5e19aed4b5ef6d019.tar.gz
gitbook-8141bcb3b63f16c27f8cd6c5e19aed4b5ef6d019.tar.bz2
Add command 'parse' for gitbook-cli
Diffstat (limited to 'lib/config')
-rw-r--r--lib/config/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config/index.js b/lib/config/index.js
index d83dae4..801dca1 100644
--- a/lib/config/index.js
+++ b/lib/config/index.js
@@ -19,7 +19,7 @@ function Config(book, baseConfig) {
this.book = book;
this.fs = book.fs;
this.log = book.log;
- this.path = null;
+ this.path = '';
this.replace(baseConfig || {});
}