Fix wrong notify name

This commit is contained in:
Oscar Creator
2023-06-24 11:20:00 +02:00
parent fb03f02a9f
commit f79c884bee
+1 -1
View File
@@ -538,7 +538,7 @@ files.tags = function(opts)
end)()
if not tags_command then
utils.notify("builtin.find_files", {
utils.notify("builtin.tags", {
msg = "You need to install either grep or rg",
level = "ERROR",
})