Skip to content

Commit 488b487

Browse files
committed
fix(git): remove --also-filter-submodules. Fixes #86 #83
1 parent dc150df commit 488b487

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/lazy/manage/task/git.lua

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ M.clone = {
5757
self.plugin.url,
5858
"--filter=blob:none",
5959
"--recurse-submodules",
60-
"--also-filter-submodules",
6160
"--single-branch",
6261
"--progress",
6362
}

0 commit comments

Comments
 (0)