aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/installer/location.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/mason-core/installer/location.lua')
-rw-r--r--lua/mason-core/installer/location.lua2
1 files changed, 1 insertions, 1 deletions
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"' }