summaryrefslogtreecommitdiff
path: root/doc/administration/server_hooks.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/administration/server_hooks.md')
-rw-r--r--doc/administration/server_hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/server_hooks.md b/doc/administration/server_hooks.md
index 7fded3dd41e..dbaf6047552 100644
--- a/doc/administration/server_hooks.md
+++ b/doc/administration/server_hooks.md
@@ -111,7 +111,7 @@ declined or an error occurs during the Git hook, your script should:
This hook script written in bash will generate the following message in GitLab's UI:
-```bash
+```shell
#!/bin/sh
echo "GL-HOOK-ERR: My custom error message.";
exit 1