diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-17 10:11:33 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-17 10:11:33 +0100 |
commit | 8141bcb3b63f16c27f8cd6c5e19aed4b5ef6d019 (patch) | |
tree | 8714e7b6155f606260837ae62e45d262c12015a7 /lib/config/index.js | |
parent | db3d21db49a7260df03ae987b58c495178193dde (diff) | |
download | gitbook-8141bcb3b63f16c27f8cd6c5e19aed4b5ef6d019.zip gitbook-8141bcb3b63f16c27f8cd6c5e19aed4b5ef6d019.tar.gz gitbook-8141bcb3b63f16c27f8cd6c5e19aed4b5ef6d019.tar.bz2 |
Add command 'parse' for gitbook-cli
Diffstat (limited to 'lib/config/index.js')
-rw-r--r-- | lib/config/index.js | 2 |
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 || {}); } |