From d6541b16c43732373b638915db8701473c1729dc Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Fri, 31 Jul 2009 17:27:44 +0200 Subject: [PATCH 1/1] git-add -> git add --- post_edit_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' \ -- 2.25.1