Skip to content

Commit

Permalink
chore: fix error diagnostic reported by checker CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath authored and vhyrro committed Nov 28, 2023
1 parent 2859b56 commit 5fae114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rocks/config/internal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
---@class (exact) RocksConfig
---@field rocks_path string Local path in your filesystem to install rocks
---@field config_path string Rocks declaration file path
---@field luarocks_binary string Luarocks binary path

--- rocks.nvim default configuration
---@type RocksConfig
Expand All @@ -26,7 +27,6 @@ local default_config = {
rocks_path = vim.fs.joinpath(vim.fn.stdpath("data"), "rocks"),
---@diagnostic disable-next-line: param-type-mismatch
config_path = vim.fs.joinpath(vim.fn.stdpath("config"), "rocks.toml"),
---@diagnostic disable-next-line: param-type-mismatch
luarocks_binary = "luarocks",
}

Expand Down

0 comments on commit 5fae114

Please sign in to comment.