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:
authorStan Hu <stanhu@gmail.com>2019-10-01 09:35:03 +0300
committerStan Hu <stanhu@gmail.com>2019-10-02 23:36:49 +0300
commit5994ced8fa61cde9a993929fdfb7b4f131f9ace6 (patch)
treefef396b957099281ddf29105d35b241c77d28dcc /internal/rubyserver
parent9a48afa0b08cb5b17a31e4bbe18730300a910ff3 (diff)
Rename git_config_search_path -> rugged_git_config_search_path
Diffstat (limited to 'internal/rubyserver')
-rw-r--r--internal/rubyserver/rubyserver.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rubyserver/rubyserver.go b/internal/rubyserver/rubyserver.go
index 1ed292770..b9cc7d19d 100644
--- a/internal/rubyserver/rubyserver.go
+++ b/internal/rubyserver/rubyserver.go
@@ -120,7 +120,7 @@ func (s *Server) start() error {
"GITALY_RUBY_DIR="+cfg.Ruby.Dir,
"GITALY_VERSION="+version.GetVersion(),
"GITALY_GIT_HOOKS_DIR="+hooks.Path(),
- "GITALY_GIT_CONFIG_SEARCH_PATH="+cfg.Ruby.GitConfigSearchPath)
+ "GITALY_RUGGED_GIT_CONFIG_SEARCH_PATH="+cfg.Ruby.RuggedGitConfigSearchPath)
env = append(env, gitlabshell.Env()...)
env = append(env, command.GitEnv...)