Skip to content

Commit b03075c

Browse files
authored
hooks: correct the pre-commit soft link (pingcap#19422)
1 parent a8dea3a commit b03075c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# The PR is https://github.com/kubernetes/kubernetes/pull/47673
66

77
# How to use this hook?
8-
# ln -s hooks/pre-commit .git/hooks/
8+
# ln -s ../../hooks/pre-commit .git/hooks/pre-commit
99
# In case hook is not executable
1010
# chmod +x .git/hooks/pre-commit
1111

0 commit comments

Comments
 (0)