Skip to content

Commit

Permalink
fix: updates diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Aug 6, 2024
1 parent abb082e commit d766c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rocks-edit/sources/updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require("rocks-edit.api").register(function(toml, diagnostic)
diagnostic({
message = message,
path = { "plugins", name },
selector = "key",
selector = "name",
severity = severity,
})
end
Expand Down

0 comments on commit d766c07

Please sign in to comment.