]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by UlrikSverdrup: minor: rm duplication
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 12 Sep 2007 18:40:25 +0000 (18:40 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 12 Sep 2007 18:40:25 +0000 (18:40 +0000)
doc/rcs/git/discussion.mdwn

index da162938afcc1df917fd1df3011e827eef3a6380..fa66a77cd359ce1674addeae421847812cc92599 100644 (file)
@@ -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"