diff options
Diffstat (limited to 'lib/output.js')
-rw-r--r-- | lib/output.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/output.js b/lib/output.js index b787edc..2ada022 100644 --- a/lib/output.js +++ b/lib/output.js @@ -27,7 +27,7 @@ function Output(book, type) { '.bookignore', // The configuration file should not be copied in the output - this.book.config.filename + this.book.config.path ])); } |