Skip to content

Commit cb6ef02

Browse files
committed
fix(health): windows regression from 911d8d4
1 parent 430fa73 commit cb6ef02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/fzf-lua/_health.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local uv = vim.uv or vim.loop
99

1010
function M.check()
1111
local utils = require("fzf-lua.utils")
12-
local is_win = M.__IS_WINDOWS
12+
local is_win = utils.__IS_WINDOWS
1313

1414
local function have(tool, nowarn)
1515
if vim.fn.executable(tool) == 0 then

0 commit comments

Comments
 (0)