removed double-slash from gitlab-shell/config.yml template

This commit is contained in:
Sameer Naik 2017-01-30 19:56:10 +05:30
parent 6e3e104195
commit 92876097ca
No known key found for this signature in database
GPG Key ID: C4C50956BD4271B6

View File

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