Skip to content

Commit

Permalink
Fixing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbharath authored Jan 23, 2024
1 parent 773edf4 commit ea55417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metecho/api/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def create_repository(

else:
repo = org.create_repository(
project.repo_name, description=project.description,
project.repo_name, description=project.description,
private=settings.ENABLE_CREATE_PRIVATE_REPO
)
team.add_repository(repo.full_name, permission="push")
Expand Down

0 comments on commit ea55417

Please sign in to comment.