Skip to content

Commit eaba17c

Browse files
committed
fix(gitmodules): Fix incorrect fetchRecurseSubmodules configuration for the ubuntu-packaging-guide submodule
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
1 parent e94f2c6 commit eaba17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
url = https://github.com/canonical/ubuntu-packaging-guide.git
1313
ignore = dirty
1414
shallow = true
15-
fetchRecurseSubmodules = true
15+
fetchRecurseSubmodules = false
1616
[submodule "Ubuntu Desktop in Vagrant"]
1717
path = Ubuntu Desktop in Vagrant
1818
url = https://gitlab.com/brlin/ubuntu-desktop-vagrant.git

0 commit comments

Comments
 (0)