Fix getcwd function call

This commit is contained in:
Dheepak Krishnamurthy
2020-05-01 15:33:02 -06:00
parent 3ac95f3752
commit 348b4383ed

View File

@@ -27,7 +27,7 @@ local function project_root_dir()
end
-- just return current working directory
return fn.getcwd()
return fn.getcwd(0, 0)
end
local function exec_lazygit_command(cmd)