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/backup/locator.go')
-rw-r--r--internal/backup/locator.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/backup/locator.go b/internal/backup/locator.go
index 61455149f..b1c8785a8 100644
--- a/internal/backup/locator.go
+++ b/internal/backup/locator.go
@@ -9,7 +9,7 @@ import (
"strconv"
"strings"
- "gitlab.com/gitlab-org/gitaly/v14/internal/helper/text"
+ "gitlab.com/gitlab-org/gitaly/internal/helper/text"
"gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb"
)