Fix for the last

This commit is contained in:
Benjamin Staneck 2018-01-06 23:52:24 +01:00
parent 29c5e83975
commit 145a1b144b

2
vendor/clink.lua vendored
View File

@ -250,7 +250,7 @@ end
-- @return {bool} -- @return {bool}
--- ---
local function get_git_status() local function get_git_status()
local file = io.popen("git status --no-optional-locks --porcelain 2>nul") local file = io.popen("git --no-optional-locks status --porcelain 2>nul")
for line in file:lines() do for line in file:lines() do
file:close() file:close()
return false return false