We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d819b commit 31b3a69Copy full SHA for 31b3a69
tools/dev/pre-commit-hook.rb
@@ -9,8 +9,8 @@
9
#
10
# If you are in the top-level dir, the symlink commands would be:
11
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
+# ln -sf ../../tools/dev/pre-commit-hook.rb .git/hooks/pre-commit
+# ln -sf ../../tools/dev/pre-commit-hook.rb .git/hooks/post-merge
14
15
# That way, you will track changes to this script when it updates
16
# (rarely). If you'd prefer to copy it directly, that's okay, too (mark
0 commit comments