diff --git a/lua/lazy/core/cache.lua b/lua/lazy/core/cache.lua index c710412..960f449 100644 --- a/lua/lazy/core/cache.lua +++ b/lua/lazy/core/cache.lua @@ -126,6 +126,7 @@ function M.load(modkey, modpath) local entry = M.cache[modkey] if entry then + entry.modpath = modpath entry.used = os.time() if M.eq(entry.hash, hash) then -- found in cache and up to date