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/gittest/hooks.go')
-rw-r--r--internal/git/gittest/hooks.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/git/gittest/hooks.go b/internal/git/gittest/hooks.go
index 7bf13f260..4c9233daa 100644
--- a/internal/git/gittest/hooks.go
+++ b/internal/git/gittest/hooks.go
@@ -5,9 +5,9 @@ import (
"path/filepath"
"testing"
- "gitlab.com/gitlab-org/gitaly/v15/internal/git"
- "gitlab.com/gitlab-org/gitaly/v15/internal/gitaly/config"
- "gitlab.com/gitlab-org/gitaly/v15/internal/testhelper"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/git"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/gitaly/config"
+ "gitlab.com/gitlab-org/gitaly/v16/internal/testhelper"
)
// WriteEnvToCustomHook dumps the env vars that the custom hooks receives to a file