summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorTim Hockin <thockin@google.com>2015-05-12 21:59:44 -0700
committerTim Hockin <thockin@google.com>2015-05-13 12:50:25 -0700
commitb67f72a3168e3be7368c968d93172a365bd84eb1 (patch)
tree3aaa5a772d921fa4b2394a6a0d75b22046dcb7f5 /development.md
parentc92c7a5d8201e1bb2b74af77f0c3980d6b8c750b (diff)
Switch git hooks to use pre-commit
Diffstat (limited to 'development.md')
-rw-r--r--development.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/development.md b/development.md
index 556f7c22..6d6bdb86 100644
--- a/development.md
+++ b/development.md
@@ -105,8 +105,7 @@ directory. This will keep you from accidentally committing non-gofmt'd go code.
```
cd kubernetes/.git/hooks/
-ln -s ../../hooks/prepare-commit-msg .
-ln -s ../../hooks/commit-msg .
+ln -s ../../hooks/pre-commit .
```
## Unit tests