From 1195c0d970898d9dbda754607f3b80ef220b12fe Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Fri, 18 Nov 2016 00:46:21 +0100 Subject: git-receiver: few man-page fixes --- man/blogc-git-receiver.1.ronn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man/blogc-git-receiver.1.ronn') diff --git a/man/blogc-git-receiver.1.ronn b/man/blogc-git-receiver.1.ronn index 1fd6188..8aa8099 100644 --- a/man/blogc-git-receiver.1.ronn +++ b/man/blogc-git-receiver.1.ronn @@ -51,7 +51,8 @@ If for some reason you want to rebuild the last successful build of a given webs you can run its `pre-receive` hook manually in the server: # su -s /bin/sh - blogc - $ ./repos/blogs/blogc-example.git/hooks/pre-receive + $ cd ~/repos/blogs/blogc-example.git + $ ./hooks/pre-receive This should re-run the last build as if it was pushed to git. @@ -99,7 +100,7 @@ value of the `mirror` variable is the URL that should be used to push. To create the configuration file (recommended): # su -s /bin/sh - blogc - # cat > ~/blogc-git-receiver.ini < ~/blogc-git-receiver.ini <