aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/markdown2pdf.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/markdown2pdf.hs b/src/markdown2pdf.hs
index 1a2ee8ccb..811d5febd 100644
--- a/src/markdown2pdf.hs
+++ b/src/markdown2pdf.hs
@@ -257,7 +257,7 @@ main = withTempDir "pandoc"
case latexRes of
Left err -> exit err
Right pdfFile -> do
- -- save the output creating a backup if necessary
+ -- save the output
saveOutput pdfFile $
replaceDirectory pdfFile (takeDirectory output)