Skip to content

Commit 88588ad

Browse files
committed
Fix typos in GitHub teams
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent acf3c83 commit 88588ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookiecutter/local_extensions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ def default_codeowners(cookiecutter: dict[str, str]) -> str:
173173
type_to_team = {
174174
"actor": "TODO(cookiecutter): Add codeowners (like @{github_org}/some-team)"
175175
"# Temporary, should probably change",
176-
"api": "@freqenz-floss/api-team",
177-
"lib": "@freqenz-floss/python-sdk-team",
178-
"app": "@freqenz-floss/python-sdk-team @frequenz-floss/datasci-team "
176+
"api": "@frequenz-floss/api-team",
177+
"lib": "@frequenz-floss/python-sdk-team",
178+
"app": "@frequenz-floss/python-sdk-team @frequenz-floss/datasci-team "
179179
"# Temporary, should probably change",
180-
"model": "@freqenz-floss/datasci-team",
180+
"model": "@frequenz-floss/datasci-team",
181181
}
182182

183183
assert repo_type in type_to_team, f"Unhandled repository type {repo_type!r}"

0 commit comments

Comments
 (0)