aboutsummaryrefslogtreecommitdiffstats
path: root/modules/git/repo_branch_gogit.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git/repo_branch_gogit.go')
-rw-r--r--modules/git/repo_branch_gogit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/repo_branch_gogit.go b/modules/git/repo_branch_gogit.go
index 59ae0eaa09..bf3eb857b9 100644
--- a/modules/git/repo_branch_gogit.go
+++ b/modules/git/repo_branch_gogit.go
@@ -88,7 +88,7 @@ func WalkReferences(ctx context.Context, repoPath string, walkfn func(sha1, refn
repo := RepositoryFromContext(ctx, repoPath)
if repo == nil {
var err error
- repo, err = OpenRepositoryCtx(ctx, repoPath)
+ repo, err = OpenRepository(ctx, repoPath)
if err != nil {
return 0, err
}