summaryrefslogtreecommitdiff
path: root/doc/hooks
diff options
context:
space:
mode:
authorPatricio Cano <patricio@gitlab.com>2015-02-16 09:10:07 -0800
committerPatricio Cano <patricio@gitlab.com>2015-02-16 09:10:07 -0800
commit2df8a91c8259711b3fb3d0ab3b31329aae869b96 (patch)
tree6a540efdc4968ef19f711ebdbb0d8659fb08fa17 /doc/hooks
parent87b413592499ddcf1149d9e2b580f76a13bf625c (diff)
downloadgitlab-ce-2df8a91c8259711b3fb3d0ab3b31329aae869b96.tar.gz
Rephrased wording in the documentation to say "installation from source" instead of "manual installation" or similar.
Diffstat (limited to 'doc/hooks')
-rw-r--r--doc/hooks/custom_hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/hooks/custom_hooks.md b/doc/hooks/custom_hooks.md
index 00867ead80d..f7d4f3de68b 100644
--- a/doc/hooks/custom_hooks.md
+++ b/doc/hooks/custom_hooks.md
@@ -24,7 +24,7 @@ set up a custom hook.
1. Pick a project that needs a custom git hook.
1. On the GitLab server, navigate to the project's repository directory.
-For a manual install the path is usually
+For an installation from source the path is usually
`/home/git/repositories/<group>/<project>.git`. For Omnibus installs the path is
usually `/var/opt/gitlab/git-data/repositories/<group>/<project>.git`.
1. Create a new directory in this location called `custom_hooks`.