From 92876097ca883d6279102003b9afbc908eeabfba Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Mon, 30 Jan 2017 19:56:10 +0530 Subject: [PATCH] removed double-slash from `gitlab-shell/config.yml` template --- assets/runtime/config/gitlab-shell/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/runtime/config/gitlab-shell/config.yml b/assets/runtime/config/gitlab-shell/config.yml index ac29e04b..4c678806 100644 --- a/assets/runtime/config/gitlab-shell/config.yml +++ b/assets/runtime/config/gitlab-shell/config.yml @@ -33,7 +33,7 @@ secret_file: "{{GITLAB_SHELL_INSTALL_DIR}}/.gitlab_shell_secret" # Parent directory for global custom hook directories (pre-receive.d, update.d, post-receive.d) # Default is hooks in the gitlab-shell directory. -custom_hooks_dir: "{{GITLAB_SHELL_INSTALL_DIR}}//hooks" +custom_hooks_dir: "{{GITLAB_SHELL_INSTALL_DIR}}/hooks" # Redis settings used for pushing commit notices to gitlab redis: