summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/rcs/git/discussion.mdwn4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/rcs/git/discussion.mdwn b/doc/rcs/git/discussion.mdwn
index da162938a..fa66a77cd 100644
--- a/doc/rcs/git/discussion.mdwn
+++ b/doc/rcs/git/discussion.mdwn
@@ -15,10 +15,6 @@ Then, in my git repository, I added this `post-commit` hook to refresh the wiki:
# to refresh when changes happen
- #!/bin/sh
-
- # to refresh when changes happen
-
BASE="/path/to/base/dir"
SETUPFILE="$BASE/ikiwiki.setup"
UNDERLAYDIR="$BASE/underlay"