From c256ef34b32308f00b64ca9cb01f1bacd5994802 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Wed, 3 Nov 2021 13:36:15 +0100 Subject: Lua: add missing space in "package not found" message Closes: #7658 --- src/Text/Pandoc/Lua/Packages.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc') diff --git a/src/Text/Pandoc/Lua/Packages.hs b/src/Text/Pandoc/Lua/Packages.hs index 8e5cc96c3..3a481886a 100644 --- a/src/Text/Pandoc/Lua/Packages.hs +++ b/src/Text/Pandoc/Lua/Packages.hs @@ -64,5 +64,5 @@ pandocPackageSearcher pkgName = Lua.pushHaskellFunction f return 1 reportPandocSearcherFailure = liftPandocLua $ do - Lua.push ("\n\t" <> pkgName <> "is not one of pandoc's default packages") + Lua.push ("\n\t" <> pkgName <> " is not one of pandoc's default packages") return (Lua.NumResults 1) -- cgit v1.2.3