diff options
-rwxr-xr-x | make-feed.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-feed.lua b/make-feed.lua index fd132a3..fa1ac97 100755 --- a/make-feed.lua +++ b/make-feed.lua @@ -90,7 +90,7 @@ local function get_metadata(file) loadfile(file)() -- script_name etc are now in our global scope - if config.ignoreCondition then return nil end + if config.ignoreCondition() then return nil end meta.name = script_name meta.description = script_description meta.version = script_version |