X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=post_edit_hook.sh;h=57dd0f853776ce456f8f9fdc5234384b57f55811;hb=bfa2f63dc09c936f10b7cc3c1ee0c1c136af3591;hp=2c06f19b1474abdbd2b98e637ee4d372024b46ad;hpb=fa845330d6f5721c898124dfb7b934afb8766fd7;p=geekigeeki.git diff --git a/post_edit_hook.sh b/post_edit_hook.sh index 2c06f19..57dd0f8 100755 --- a/post_edit_hook.sh +++ b/post_edit_hook.sh @@ -13,7 +13,7 @@ repo=`dirname "$1"` file=`basename "$1"` cd $repo -git-add $file # In case it's a new page +git add $file # In case it's a new page GIT_COMMITTER_NAME='GeekiGeeki' \ GIT_COMMITTER_EMAIL='webmaster@codewiz.org' \