Skip to content

Commit

Permalink
fix: remove deprecated function call (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitds1997 committed Aug 14, 2023
1 parent 0f6006f commit 6be08bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/remote-nvim/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local function verify_binary(binary_name)
if not succ then
vim.health.report_warn(("`%s` executable not found. Setup would not work."):format(binary_name))
else
vim.health.report_ok(("`%s` executable found."):format(binary_name))
vim.health.ok(("`%s` executable found."):format(binary_name))
end
end

Expand Down

0 comments on commit 6be08bd

Please sign in to comment.