Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/git/objectpool/clone.go')
-rw-r--r--internal/git/objectpool/clone.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/git/objectpool/clone.go b/internal/git/objectpool/clone.go
index 780afb546..2e89cf0f7 100644
--- a/internal/git/objectpool/clone.go
+++ b/internal/git/objectpool/clone.go
@@ -5,8 +5,8 @@ import (
"os"
"path/filepath"
- "gitlab.com/gitlab-org/gitaly/v14/internal/git"
- "gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo"
+ "gitlab.com/gitlab-org/gitaly/internal/git"
+ "gitlab.com/gitlab-org/gitaly/internal/git/localrepo"
)
// clone a repository to a pool, without setting the alternates, is not the