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/gitaly/storage/locator.go')
-rw-r--r--internal/gitaly/storage/locator.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gitaly/storage/locator.go b/internal/gitaly/storage/locator.go
index a7d5f60da..5135ff4b3 100644
--- a/internal/gitaly/storage/locator.go
+++ b/internal/gitaly/storage/locator.go
@@ -8,7 +8,7 @@ import (
"path/filepath"
"strings"
- "gitlab.com/gitlab-org/gitaly/v14/internal/git/repository"
+ "gitlab.com/gitlab-org/gitaly/internal/git/repository"
)
// Locator allows to get info about location of the repository or storage at the local file system.