mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-11 16:00:21 +08:00
Fix for the last
This commit is contained in:
parent
29c5e83975
commit
145a1b144b
2
vendor/clink.lua
vendored
2
vendor/clink.lua
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user