summaryrefslogtreecommitdiffstats
path: root/lib/cli/helper.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cli/helper.js')
-rw-r--r--lib/cli/helper.js2
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));
});
});