PDF: fix reference to rsvg-convert (#4855)

When rsvg-convert is not available, pandoc would tell the user to check for rsvg2pdf instead
This commit is contained in:
Antonio Terceiro 2018-08-24 13:43:29 -03:00 committed by John MacFarlane
parent d0072002f5
commit 4dddfbc435

View file

@ -188,7 +188,7 @@ convertImage tmpdir fname =
then return $ Right pdfOut
else return $ Left "conversion from SVG failed")
(\(e :: E.SomeException) -> return $ Left $
"check that rsvg2pdf is in path.\n" ++
"check that rsvg-convert is in path.\n" ++
show e)
_ -> JP.readImage fname >>= \res ->
case res of