aboutsummaryrefslogtreecommitdiffstats
path: root/validate-commit-msg.js
diff options
context:
space:
mode:
authorJens Rantil2013-05-23 09:26:51 +0200
committerPete Bacon Darwin2013-06-04 20:24:27 +0100
commitd5b62465f06b652b227b73cd15c298832f1f7070 (patch)
tree951c7796c89c7192f6c41490c7aca039db7b1c04 /validate-commit-msg.js
parentbc76e7255b7b8e9f735bb23bf6d3a9814da268fe (diff)
downloadangular.js-d5b62465f06b652b227b73cd15c298832f1f7070.tar.bz2
docs(validate-commit-msg): fix incorrect comment
If you `cd` into the repo, `validate-commit-msg.js` will be in the root of it.
Diffstat (limited to 'validate-commit-msg.js')
-rwxr-xr-xvalidate-commit-msg.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/validate-commit-msg.js b/validate-commit-msg.js
index 7e8df6be..5bd71634 100755
--- a/validate-commit-msg.js
+++ b/validate-commit-msg.js
@@ -6,7 +6,7 @@
*
* Installation:
* >> cd <angular-repo>
- * >> ln -s ../../validate-commit-msg.js .git/hooks/commit-msg
+ * >> ln -s validate-commit-msg.js .git/hooks/commit-msg
*/
var fs = require('fs');
var util = require('util');