Skip to content
Snippets Groups Projects
Verified Commit bbef4bde authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh.lister.gitlab.tasks: Use gitlab as instance name for gitlab.com

parent 30e14677
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ from .lister import GitLabLister
class GitLabListerTask(ListerTaskBase):
def new_lister(self, *, api_baseurl='https://gitlab.com/api/v4',
instance='gitlab.com', sort='asc'):
instance='gitlab', sort='asc'):
return GitLabLister(
api_baseurl=api_baseurl, instance=instance, sort=sort)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment