aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2024-07-25 10:27:12 -0400
committerSquibid <me@zacharyscheiman.com>2024-07-25 10:27:12 -0400
commitd141c762c19d7e216b8e9953874f957b6b70775e (patch)
tree0b4421158b6b187fb634afae95277d14fee9ccfe /lua
parent3d20ae8d2ac131aa2e2d2064c91ae31c800d8ea9 (diff)
downloaddep-d141c762c19d7e216b8e9953874f957b6b70775e.tar.gz
dep-d141c762c19d7e216b8e9953874f957b6b70775e.tar.bz2
dep-d141c762c19d7e216b8e9953874f957b6b70775e.zip
whoops
Diffstat (limited to '')
-rw-r--r--lua/dep.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/dep.lua b/lua/dep.lua
index 20be24f..0e25819 100644
--- a/lua/dep.lua
+++ b/lua/dep.lua
@@ -833,7 +833,7 @@ return setmetatable({
if config["load"] and type(config["load"]) == "function" then
local ok, ret = pcall(config["load"]())
if ok and type(ret) == "table" then
- register_recursive(ok)
+ register_recursive(ret)
end
end
sort_dependencies()