Skip to content

Commit 2253555

Browse files
committed
fix: typo
1 parent 37e1055 commit 2253555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/apps/git_integration/src/crowdgit/services/maintainer/maintainer_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async def process_maintainer(maintainer: MaintainerInfoItem):
7979
github_username = maintainer.github_username
8080
email = maintainer.email
8181

82-
if github_username == "unknown" and email == "unkown":
82+
if github_username == "unknown" and email == "unknown":
8383
self.logger.warning("username & email with value 'unknown' aborting")
8484
return
8585
identity_id = (

0 commit comments

Comments
 (0)