summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/telescope/health.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/health.lua b/lua/telescope/health.lua
index 4222d32..ece1a63 100644
--- a/lua/telescope/health.lua
+++ b/lua/telescope/health.lua
@@ -61,7 +61,7 @@ end
local M = {}
-M.check_health = function()
+M.check = function()
-- Required lua libs
health_start "Checking for required plugins"
for _, plugin in ipairs(required_plugins) do