Fix symlink commands

bug/bundler_fix
William Vu 2014-04-07 12:40:11 -05:00
parent e1d819b8b9
commit 31b3a6973e
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
#
# If you are in the top-level dir, the symlink commands would be:
#
# ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-commit
# ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
# ln -sf ../../tools/dev/pre-commit-hook.rb .git/hooks/pre-commit
# ln -sf ../../tools/dev/pre-commit-hook.rb .git/hooks/post-merge
#
# That way, you will track changes to this script when it updates
# (rarely). If you'd prefer to copy it directly, that's okay, too (mark