aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/managers/github/init.lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2022-11-08 13:32:13 +0100
committerGitHub <noreply@github.com>2022-11-08 13:32:13 +0100
commit45714c54fb61a61c74724f64ca3f728c30ae01d2 (patch)
tree5db1566524bba8beef194282fad846946ffbfd2e /lua/mason-core/managers/github/init.lua
parentchore: update generated code (#645) (diff)
downloadmason-45714c54fb61a61c74724f64ca3f728c30ae01d2.tar
mason-45714c54fb61a61c74724f64ca3f728c30ae01d2.tar.gz
mason-45714c54fb61a61c74724f64ca3f728c30ae01d2.tar.bz2
mason-45714c54fb61a61c74724f64ca3f728c30ae01d2.tar.lz
mason-45714c54fb61a61c74724f64ca3f728c30ae01d2.tar.xz
mason-45714c54fb61a61c74724f64ca3f728c30ae01d2.tar.zst
mason-45714c54fb61a61c74724f64ca3f728c30ae01d2.zip
docs: update mason-errors help section (#646)
Diffstat (limited to 'lua/mason-core/managers/github/init.lua')
-rw-r--r--lua/mason-core/managers/github/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason-core/managers/github/init.lua b/lua/mason-core/managers/github/init.lua
index 5f1df1ec..e9e4ec67 100644
--- a/lua/mason-core/managers/github/init.lua
+++ b/lua/mason-core/managers/github/init.lua
@@ -56,7 +56,7 @@ function M.release_version(opts)
return client
.fetch_latest_release(opts.repo)
:map(_.prop "tag_name")
- :get_or_throw "Failed to fetch latest release from GitHub API. Refer to :h mason-errors-github-api for more information."
+ :get_or_throw "Failed to fetch latest release from GitHub API. Refer to :h mason-provider-errors for more information."
end)
return {