nur.prefetch: use GitlabPrefetcher for GITLAB
This fixes a typo from #1075. resolves: #1087
This commit is contained in:
parent
3dccd5c1a4
commit
14f6a35e4e
1 changed files with 1 additions and 1 deletions
|
|
@ -143,6 +143,6 @@ def prefetcher_for(repo: Repo) -> GitPrefetcher:
|
|||
case RepoType.GITHUB:
|
||||
return GithubPrefetcher(repo)
|
||||
case RepoType.GITLAB:
|
||||
return GithubPrefetcher(repo)
|
||||
return GitlabPrefetcher(repo)
|
||||
case _:
|
||||
return GitPrefetcher(repo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue