aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/fs.lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2025-05-06 23:30:27 +0200
committerGitHub <noreply@github.com>2025-05-06 23:30:27 +0200
commit7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e (patch)
tree774be39734bd2a13dc15d44b0d03312158c817f9 /lua/mason-core/fs.lua
parenttests: fix flaky test (#1924) (diff)
downloadmason-7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e.tar
mason-7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e.tar.gz
mason-7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e.tar.bz2
mason-7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e.tar.lz
mason-7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e.tar.xz
mason-7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e.tar.zst
mason-7c7318e8bae7e3536ef6b9e86b9e38e74f2e125e.zip
docs: update references to mason-org/mason.nvim (#1925)
Diffstat (limited to 'lua/mason-core/fs.lua')
-rw-r--r--lua/mason-core/fs.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason-core/fs.lua b/lua/mason-core/fs.lua
index 7c4ee5d0..5b194c4f 100644
--- a/lua/mason-core/fs.lua
+++ b/lua/mason-core/fs.lua
@@ -39,7 +39,7 @@ local function make_module(uv)
function M.rmrf(path)
assert(
Path.is_subdirectory(settings.current.install_root_dir, path),
- ("Refusing to rmrf %q which is outside of the allowed boundary %q. Please report this error at https://github.com/williamboman/mason.nvim/issues/new"):format(
+ ("Refusing to rmrf %q which is outside of the allowed boundary %q. Please report this error at https://github.com/mason-org/mason.nvim/issues/new"):format(
path,
settings.current.install_root_dir
)