Fix invalid Gitaly ClientPath config

This commit is contained in:
Kim "BKC" Carlbäcker 2017-11-02 18:38:41 +01:00
parent 50f3250cf1
commit 85c52f619a
1 changed files with 1 additions and 1 deletions

View File

@ -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.