diff options
author | Douwe Maan <douwe@gitlab.com> | 2017-11-03 09:17:37 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-11-03 09:17:37 +0000 |
commit | f580e49713c611094029424e779f25bd9807c7cf (patch) | |
tree | 96f7438c03262d9ef96dbc083b6c8df4eeb662ed | |
parent | 1796683b86a20b7e1bb33f32815350b3ccb83eb6 (diff) | |
parent | 85c52f619affa3091d1d83ab662f85b820496816 (diff) | |
download | gitlab-ce-f580e49713c611094029424e779f25bd9807c7cf.tar.gz |
Merge branch 'gitaly-client-path-fix' into 'master'
Fix invalid Gitaly ClientPath config
See merge request gitlab-org/gitlab-ce!15159
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 4bfa5be0136..7547ba4a8fa 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -501,7 +501,7 @@ production: &base # Gitaly settings gitaly: # Path to the directory containing Gitaly client executables. - client_path: /home/git/gitaly + client_path: /home/git/gitaly/bin # Default Gitaly authentication token. Can be overriden per storage. Can # be left blank when Gitaly is running locally on a Unix socket, which # is the normal way to deploy Gitaly. |