Skip to content

Commit

Permalink
hooks: correct the pre-commit soft link (pingcap#19422)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiekeyi98 authored Oct 9, 2020
1 parent a8dea3a commit b03075c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# The PR is https://github.com/kubernetes/kubernetes/pull/47673

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

Expand Down

0 comments on commit b03075c

Please sign in to comment.