mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-16 02:45:09 +00:00
Fix wrong notify name
This commit is contained in:
@@ -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",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user