summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
Diffstat (limited to 'setup')
-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