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/testhelper/testcfg/build.go')
-rw-r--r--internal/testhelper/testcfg/build.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testhelper/testcfg/build.go b/internal/testhelper/testcfg/build.go
index ffacd17cb..d1d9e7a8b 100644
--- a/internal/testhelper/testcfg/build.go
+++ b/internal/testhelper/testcfg/build.go
@@ -21,7 +21,7 @@ var buildOnceByName sync.Map
// BuildGitalyGit2Go builds the gitaly-git2go command and installs it into the binary directory.
func BuildGitalyGit2Go(t testing.TB, cfg config.Cfg) string {
- return buildGitalyCommand(t, cfg, "gitaly-git2go-v15")
+ return buildGitalyCommand(t, cfg, "gitaly-git2go")
}
// BuildGitalyWrapper builds the gitaly-wrapper command and installs it into the binary directory.