From 1c861cdfb827f8a5f2fe4db414bbe200dea82009 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 21 Oct 2021 00:28:23 +0800 Subject: fix submodule --- xmake/modules/devel/git/submodule/update.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/devel/git/submodule/update.lua') diff --git a/xmake/modules/devel/git/submodule/update.lua b/xmake/modules/devel/git/submodule/update.lua index 881663706..511684c1c 100644 --- a/xmake/modules/devel/git/submodule/update.lua +++ b/xmake/modules/devel/git/submodule/update.lua @@ -77,7 +77,7 @@ function main(opt) if longpaths_old and longpaths_old:find("false") then os.vrunv(git.program, {"config", "--global", "core.longpaths", "false"}, {curdir = opt.repodir}) else - os.vrunv(git.program, {"config", "--global", "--unset", "core.longpaths", {curdir = opt.repodir}}) + os.vrunv(git.program, {"config", "--global", "--unset", "core.longpaths"}, {curdir = opt.repodir}) end end end -- cgit v1.3.1