mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-10 23:49:07 +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}
|
||||
---
|
||||
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
|
||||
file:close()
|
||||
return false
|
||||
|
Loading…
Reference in New Issue
Block a user