aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-registry/installer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/mason-registry/installer.lua')
-rw-r--r--lua/mason-registry/installer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason-registry/installer.lua b/lua/mason-registry/installer.lua
index 31fe0d85..3fc4fb31 100644
--- a/lua/mason-registry/installer.lua
+++ b/lua/mason-registry/installer.lua
@@ -11,7 +11,7 @@ local update_channel
---@async
function M.run()
if not update_channel or update_channel:is_closed() then
- update_channel = OneShotChannel.new()
+ update_channel = OneShotChannel:new()
a.run(function()
update_channel:send(Result.try(function(try)
local updated_sources = {}