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 'cmd/gitaly-debug/bitmap.go')
-rw-r--r--cmd/gitaly-debug/bitmap.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gitaly-debug/bitmap.go b/cmd/gitaly-debug/bitmap.go
index 36e2b514b..2549407cd 100644
--- a/cmd/gitaly-debug/bitmap.go
+++ b/cmd/gitaly-debug/bitmap.go
@@ -5,7 +5,7 @@ import (
"fmt"
"os"
- "gitlab.com/gitlab-org/gitaly/v14/internal/git/packfile"
+ "gitlab.com/gitlab-org/gitaly/internal/git/packfile"
)
func listBitmapPack(idxFile string) {