Skip to content

Commit 816c722

Browse files
committed
fix: health check when blink.download not setup
1 parent 921114e commit 816c722

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/kubectl/health.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ function health.report_download()
2626
local ok, system = pcall(require, "blink.download.system")
2727
if not ok then
2828
H.error("Blink.download not available")
29+
return
2930
end
3031

3132
local system_triple = system.get_triple_sync()

0 commit comments

Comments
 (0)