From d141c762c19d7e216b8e9953874f957b6b70775e Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 25 Jul 2024 10:27:12 -0400 Subject: whoops --- lua/dep.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/dep.lua') 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() -- cgit v1.2.1