diff options
-rwxr-xr-x | conf.lua | 2 | ||||
-rwxr-xr-x | make-feed.lua | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ local conf = { fileBaseUrl = "https://raw.githubusercontent.com/garret1317/aegisub-scripts/@{channel}/@{namespace}", scriptUrl = "@{baseUrl}", fileUrl = "@{fileBaseUrl}@{fileName}", - includeCondition = ignore + ignoreCondition = ignore } return conf diff --git a/make-feed.lua b/make-feed.lua index 47f0758..328562a 100755 --- a/make-feed.lua +++ b/make-feed.lua @@ -10,7 +10,7 @@ local inspect = require "inspect" local args = {macro_dir = "/home/g/subs/automation-scripts/macros", config = "conf.lua", output = "DependencyControl.json"} -local conf = loadfile(args.config)() +local config = loadfile(args.config)() local function valid_namespace(name) --[[ #### Rules for a valid namespace: #### |