diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-07-30 17:10:23 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-07-30 17:10:23 -0300 |
commit | 21977d9a16abe4ee87307aed33777a2a18436842 (patch) | |
tree | cb296d31628daeb9eed910b4b80f6c8628da6571 /doc | |
parent | ab509c78929d9b5f4e02d013e8911ac9d0a07aad (diff) | |
download | gitlab-ce-21977d9a16abe4ee87307aed33777a2a18436842.tar.gz |
Remove duplicated wordsda-fix-small-typo-custom-hooks-docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/custom_hooks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/custom_hooks.md b/doc/administration/custom_hooks.md index 113514e1ee8..32462a95a1a 100644 --- a/doc/administration/custom_hooks.md +++ b/doc/administration/custom_hooks.md @@ -21,7 +21,7 @@ administrators can add custom git hooks to any GitLab project. ## Create a custom Git hook for a repository Server-side Git hooks are typically placed in the repository's `hooks` -subdirectory. In GitLab, hook directories are are symlinked to the gitlab-shell +subdirectory. In GitLab, hook directories are symlinked to the gitlab-shell `hooks` directory for ease of maintenance between gitlab-shell upgrades. Custom hooks are implemented differently, but the behavior is exactly the same once the hook is created. Follow the steps below to set up a custom hook for a |