Skip to content

Commit

Permalink
Fix documentation:
Browse files Browse the repository at this point in the history
  • Loading branch information
yakatz committed Feb 14, 2024
1 parent 1aeddb2 commit fca9cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ Default value: `$gitlab::skip_post_deployment_migrations`
### <a name="gitlab--custom_hook"></a>`gitlab::custom_hook`

Custom hooks can be created as a pre-receive, post-receive, or update hook.
It is possible to create different custom hook types for the same project - one each for pre-receive, post-receive and update.
Only one of each is currently supported by this module.

#### Examples

Expand Down
2 changes: 1 addition & 1 deletion manifests/custom_hook.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manage custom hook files within a GitLab project.
#
# Custom hooks can be created as a pre-receive, post-receive, or update hook.
# It is possible to create different custom hook types for the same project - one each for pre-receive, post-receive and update.
# Only one of each is currently supported by this module.
#
# @example Custom hook usage
# gitlab::custom_hook { 'my_custom_hook':
Expand Down

0 comments on commit fca9cf8

Please sign in to comment.