aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-registry/sources/util.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/mason-registry/sources/util.lua')
-rw-r--r--lua/mason-registry/sources/util.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason-registry/sources/util.lua b/lua/mason-registry/sources/util.lua
index 04ab7845..8be07010 100644
--- a/lua/mason-registry/sources/util.lua
+++ b/lua/mason-registry/sources/util.lua
@@ -35,7 +35,7 @@ M.hydrate_package = _.curryN(function(buffer, spec)
pkg.spec = spec
return pkg
end
- return Pkg.new(spec)
+ return Pkg:new(spec)
end, 2)
return M