From e261a892553573eee514cef021b13419c24de1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Tue, 18 May 2021 11:35:55 +0200 Subject: config: update a bin_dir of config.toml.example A default usage of `make` does compile binaries in `_build/bin`. To make a `config.toml.example` be easy to use in a default setting this aligns `bin_dir` with this change. If a `make install` is done, a default `DESTDIR=/usr/local/bin` a `bin_dir` needs to be aligned as well. --- config.toml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.toml.example') diff --git a/config.toml.example b/config.toml.example index 223e91d4e..eaa23fd8e 100644 --- a/config.toml.example +++ b/config.toml.example @@ -5,7 +5,7 @@ socket_path = "/home/git/gitlab/tmp/sockets/private/gitaly.socket" # The directory where Gitaly's executables are stored -bin_dir = "/home/git/gitaly" +bin_dir = "/home/git/gitaly/_build/bin" # # Optional: listen on a TCP socket. This is insecure (no authentication) # listen_addr = "localhost:9999" -- cgit v1.2.3