diff --git a/lua/gitlab/health.lua b/lua/gitlab/health.lua index fbb87121..eca1bf58 100644 --- a/lua/gitlab/health.lua +++ b/lua/gitlab/health.lua @@ -139,7 +139,7 @@ M.check = function(return_results) end if return_results then - return #warnings + #errors == 0 + return #errors == 0 end end