fix refactor pt 5

This commit is contained in:
dlond 2025-05-26 00:11:46 +12:00
parent 3a76cd484c
commit a030434bf0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ return {
request = 'launch',
program = function()
return coroutine.create(function()
local executable = pick_executable(ivim.fn.getcwd() .. '/build')
local executable = pick_executable(vim.fn.getcwd() .. '/build')
coroutine.yield(executable)
end)
end,