Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daxgames committed Nov 23, 2019
1 parent ddec3e8 commit 0cf1c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/clink.lua
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ end
-- @return {bool}
---
local function get_git_status_setting()
gitStatusSetting = io.popen("git --no-pager config -l")
gitStatusSetting = io.popen("git --no-pager config -l 2>nul")

for line in gitStatusSetting:lines() do
if string.match(line, 'cmder.status=false') or string.match(line, 'cmder.cmdstatus=false') then
Expand Down

0 comments on commit 0cf1c5e

Please sign in to comment.