summaryrefslogtreecommitdiff
path: root/docs/chapters/building.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/chapters/building.sgml')
-rw-r--r--docs/chapters/building.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/chapters/building.sgml b/docs/chapters/building.sgml
index 7417a42..e81a48e 100644
--- a/docs/chapters/building.sgml
+++ b/docs/chapters/building.sgml
@@ -80,8 +80,8 @@ export-dir=../build-area
<programlisting>
#!/bin/sh -e
#
-# gbp-push: post tag hook to push out the newly created tag and to forward the
-# remote branch to that position
+# gbp-posttag-push: post tag hook to push out the newly created tag and to
+# forward the remote branch to that position
if ! REMOTE=$(git config --get branch."${GBP_BRANCH}".remote); then
REMOTE=origin
@@ -107,7 +107,7 @@ echo "done."
and <replaceable>GBP_BRANCH</replaceable> are passed to the hook via the
environment. To call this hook automatically upon tag creation add:
<programlisting>
-<option>posttag</option>=<replaceable>"gbp-push"</replaceable>
+<option>posttag</option>=<replaceable>"gbp-posttag-push"</replaceable>
</programlisting>
to your <filename>.gbp.conf</filename> and make sure <filename>gbp-push</filename>
is somewhere in your <replaceable>$PATH</replaceable>.