From 6b82e4e8d657755fec7f870d78d2be11e1d31ec6 Mon Sep 17 00:00:00 2001 From: Tangent Date: Wed, 6 Nov 2024 18:07:43 -0700 Subject: [PATCH] minor typo fixes --- make-epub.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/make-epub.lua b/make-epub.lua index e174801..e7496a8 100755 --- a/make-epub.lua +++ b/make-epub.lua @@ -20,7 +20,7 @@ Requirements: - Binaries: pandoc, curl For how to write a configuration and examples, see the .lua-files README: - https://github.com/TangentFoxy/.lua-files + https://github.com/TangentFoxy/.lua-files#make-epublua ]] local success, utility = pcall(function() @@ -61,12 +61,6 @@ local function get_config() config = json.decode(raw_config) file:close() - -- authors wasn't being loaded correctly and I accidentally fixed it while trying to find what was wrong.. - -- for k,v in pairs(config) do - -- print(k,v) - -- end - -- print("config done") - if not config.authors then config.authors = {} -- at least have an empty table so it doesn't error below TODO verify that this is actually true end