We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a9350 commit 4a79c86Copy full SHA for 4a79c86
gitea_mirror_manager/mirrors.py
@@ -249,7 +249,7 @@ def main() -> None:
249
repository_auth_token=repository["repository_auth_token"],
250
gitea_url=MIRROR_SERVER_URL,
251
token=gitea_mirror_token,
252
- service="github", # TODO(cgavidia): Maybe this can be a parameter in config.
+ service="github", # TODO(cgavidia): Maybe this can be a parameter.
253
)
254
255
create_migration(
0 commit comments