From cf16fc15ede8411dd2f5b7f909f3027ea54a10b9 Mon Sep 17 00:00:00 2001 From: Aleksandr Kirillov <32141102+axkirillov@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:52:31 +0100 Subject: [PATCH] fix(telescope): update deprecation message --- lua/hbac/command/subcommands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/hbac/command/subcommands.lua b/lua/hbac/command/subcommands.lua index 1808bbc..5e08213 100644 --- a/lua/hbac/command/subcommands.lua +++ b/lua/hbac/command/subcommands.lua @@ -29,7 +29,7 @@ M.toggle_autoclose = function() end M.telescope = function() - vim.notify('This command has been removed. Check the https://github.com/axkirillov/hbac.nvim?tab=readme-ov-file#telescope-integration for how to enable the telescope extension', vim.log.levels.WARN, notify_opts) + vim.notify('This command has been removed. Check https://github.com/axkirillov/hbac.nvim?tab=readme-ov-file#telescope-integration for how to enable the telescope extension', vim.log.levels.WARN, notify_opts) end return M