summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-08-11 12:56:21 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-08-11 12:56:21 +0300
commit6e97d9946c111260f88a8b23d4a0db44c928b5ed (patch)
treeb75d67a761c54c0087ef0a1ebd8aeb4077cb6683
parent4e0e9a2721bd0bc5a6c10b48fbe15643c512928e (diff)
setup: fix name of hook to create
-rwxr-xr-xsetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup b/setup
index e9a1e2a..75924f8 100755
--- a/setup
+++ b/setup
@@ -44,7 +44,7 @@ ln -s $TOOLS_DIR/AUTHORS .
git config --add svn.authorsfile AUTHORS
# Make sure we have a proper .version file after checkout / pull
-for hook in post-checout post-merge; do
+for hook in post-checkout post-merge; do
if [ ! -r .git/hooks/$hook ]; then
ln -s ../../$TOOLS_DIR/version_hook .git/hooks/$hook
fi