aboutsummaryrefslogtreecommitdiffstats
path: root/macros/garret.depctrl_config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'macros/garret.depctrl_config.lua')
-rw-r--r--macros/garret.depctrl_config.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/macros/garret.depctrl_config.lua b/macros/garret.depctrl_config.lua
index d62f5f9..cfce03b 100644
--- a/macros/garret.depctrl_config.lua
+++ b/macros/garret.depctrl_config.lua
@@ -1,7 +1,7 @@
script_name="DepCtrl Global Config"
script_description="the future is now"
script_author = "garret"
-script_version = "1.0.0"
+script_version = "1.0.1"
script_namespace = "garret.depctrl_config"
local DependencyControl = require("l0.DependencyControl")
@@ -11,8 +11,6 @@ local depctrl = DependencyControl {
}
local json = depctrl:requireModules()
-local inspect = require 'inspect'
-
local function get_bool(field, default) -- can't just do `field or default`, because the default might be true when field is false
if field == nil then
return default