Skip to content

Commit b5d3879

Browse files
committed
Rename submodules to include the path
Even names without the path make more sense, they are a bit useless (and because of that a bit error prone) as all `git submodule` commands take the path and not the name. Also when configuring other tools like *dependabot* it is not always that clear which one should be used (spoiler alert, it seems to be the path too, not the name). So it is better to just remove the ambiguity. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 3c37126 commit b5d3879

File tree

1 file changed

+2
-2
lines changed
  • cookiecutter/{{cookiecutter.github_repo_name}}

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{% if cookiecutter.type == "api" -%}
2-
[submodule "api-common-protos"]
2+
[submodule "submodules/api-common-protos"]
33
path = submodules/api-common-protos
44
url = https://github.com/googleapis/api-common-protos.git
5-
[submodule "frequenz-api-common"]
5+
[submodule "submodules/frequenz-api-common"]
66
path = submodules/frequenz-api-common
77
url = https://github.com/frequenz-floss/frequenz-api-common.git
88
{% endif -%}

0 commit comments

Comments
 (0)