diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-24 18:11:01 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-24 18:11:01 +0100 |
commit | 81b734c151d9b1b0150fec82ef9d73490a6c7ca5 (patch) | |
tree | 5226cd9874ff9f5105f95fa86665cc52420f8cbe /lib/cli | |
parent | 0b4a6b5362795f25594aabb458378df1599e4dbd (diff) | |
download | gitbook-81b734c151d9b1b0150fec82ef9d73490a6c7ca5.zip gitbook-81b734c151d9b1b0150fec82ef9d73490a6c7ca5.tar.gz gitbook-81b734c151d9b1b0150fec82ef9d73490a6c7ca5.tar.bz2 |
Fix generation of ebooks in multilanguages
Diffstat (limited to 'lib/cli')
-rw-r--r-- | lib/cli/helper.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cli/helper.js b/lib/cli/helper.js index 4cd7f21..e4dc8da 100644 --- a/lib/cli/helper.js +++ b/lib/cli/helper.js @@ -116,7 +116,7 @@ function ebookCmd(format) { .then(function(n) { output.book.log.info.ok(n+' file(s) generated'); - output.book.log.info.ln('cleaning up... '); + output.book.log.info('cleaning up... '); return output.book.log.info.promise(fs.rmDir(dir)); }); }); |