diff options
| -rw-r--r-- | lua/mason-core/installer/location.lua | 2 |
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"' } |
