aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lamb2013-09-10 08:59:42 -0700
committerPete Bacon Darwin2013-10-21 16:27:04 +0100
commit43d49013d103b3e64aeb2b40fa69b182a8128f6d (patch)
tree7c85fdeb43e3f1019b5904dc46d9f1c63aac5ae7
parent116fac05628807acec6baf331a31b58f26f774a7 (diff)
downloadangular.js-43d49013d103b3e64aeb2b40fa69b182a8128f6d.tar.bz2
revert(validate-commit-msg): fix incorrect comment
Revert d5b62465f06b652b227b73cd15c298832f1f7070 since it was not valid. Closes #3952
-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 5bd71634..7e8df6be 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');