Skip to content

Commit 31b3a69

Browse files
committed
Fix symlink commands
1 parent e1d819b commit 31b3a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/dev/pre-commit-hook.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#
1010
# If you are in the top-level dir, the symlink commands would be:
1111
#
12-
# ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-commit
13-
# ln -sf ../../tools/dev/pre-commit-hook.rb ./.git/hooks/post-merge
12+
# ln -sf ../../tools/dev/pre-commit-hook.rb .git/hooks/pre-commit
13+
# ln -sf ../../tools/dev/pre-commit-hook.rb .git/hooks/post-merge
1414
#
1515
# That way, you will track changes to this script when it updates
1616
# (rarely). If you'd prefer to copy it directly, that's okay, too (mark

0 commit comments

Comments
 (0)