Merge pull request #1088 from ilkecan/fix-gitlab-prefetcher-typo
nur.prefetch: use `GitlabPrefetcher` for `GITLAB`
This commit is contained in:
commit
e6c069af62
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