aboutsummaryrefslogtreecommitdiffstats
path: root/make-feed.lua
diff options
context:
space:
mode:
Diffstat (limited to 'make-feed.lua')
-rwxr-xr-xmake-feed.lua2
1 files changed, 1 insertions, 1 deletions
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: ####