diff options
Diffstat (limited to 'repository/reachability.go')
| -rw-r--r-- | repository/reachability.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repository/reachability.go b/repository/reachability.go index 0e1bf682..d9ac9faf 100644 --- a/repository/reachability.go +++ b/repository/reachability.go @@ -10,5 +10,5 @@ import "codeberg.org/lindenii/furgit/reachability" // // Labels: Life-Parent. func (repo *Repository) Reachability() *reachability.Reachability { - return reachability.New(repo.objects, repo.commitGraph) + return reachability.New(repo.fetcher, repo.commitGraph) } |
