diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/output/ebook.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/output/ebook.js b/lib/output/ebook.js index 794f521..ce83cef 100644 --- a/lib/output/ebook.js +++ b/lib/output/ebook.js @@ -31,7 +31,7 @@ EbookOutput.prototype.finish = function() { return that.render('summary', that.getContext()) .then(function(html) { return that.writeFile( - that.resolve('SUMMARY.html'), + 'SUMMARY.html', html ); }); |