Skip to content

Commit

Permalink
fix(gitmodules): Fix incorrect fetchRecurseSubmodules configuration f…
Browse files Browse the repository at this point in the history
…or the ubuntu-packaging-guide submodule

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Nov 8, 2024
1 parent e94f2c6 commit eaba17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
url = https://github.com/canonical/ubuntu-packaging-guide.git
ignore = dirty
shallow = true
fetchRecurseSubmodules = true
fetchRecurseSubmodules = false
[submodule "Ubuntu Desktop in Vagrant"]
path = Ubuntu Desktop in Vagrant
url = https://gitlab.com/brlin/ubuntu-desktop-vagrant.git
Expand Down

0 comments on commit eaba17c

Please sign in to comment.