From af1a9da1c4de59a50ccaf576f902e92f79a53ca3 Mon Sep 17 00:00:00 2001 From: William Boman Date: Fri, 13 Oct 2023 18:18:59 +0200 Subject: fix(location): use correct registry path --- lua/mason-core/installer/location.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/mason-core/installer/location.lua b/lua/mason-core/installer/location.lua index a77e2915..cc069cc2 100644 --- a/lua/mason-core/installer/location.lua +++ b/lua/mason-core/installer/location.lua @@ -74,7 +74,7 @@ end ---@param path string function InstallLocation:registry(path) - return Path.concat { self.dir, "registry", path } + return Path.concat { self.dir, "registries", path } end ---@param opts { PATH: '"append"' | '"prepend"' | '"skip"' } -- cgit v1.2.3-70-g09d2