diff options
author | Squibid <me@zacharyscheiman.com> | 2024-07-25 10:27:12 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-07-25 10:27:12 -0400 |
commit | d141c762c19d7e216b8e9953874f957b6b70775e (patch) | |
tree | 0b4421158b6b187fb634afae95277d14fee9ccfe /lua | |
parent | 3d20ae8d2ac131aa2e2d2064c91ae31c800d8ea9 (diff) | |
download | dep-d141c762c19d7e216b8e9953874f957b6b70775e.tar.gz dep-d141c762c19d7e216b8e9953874f957b6b70775e.tar.bz2 dep-d141c762c19d7e216b8e9953874f957b6b70775e.zip |
whoops
Diffstat (limited to 'lua')
-rw-r--r-- | lua/dep.lua | 2 |
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() |