aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lamb2013-09-10 08:59:42 -0700
committerPete Bacon Darwin2013-10-21 16:26:05 +0100
commit3661bab202605bdd0e1669899a09072ef141b0c4 (patch)
tree27032c8a6797ed5efeb32638dadfa4c3fdc58ef0
parent08f376f2ea3d3bb384f10e3c01f7d48ed21ce351 (diff)
downloadangular.js-3661bab202605bdd0e1669899a09072ef141b0c4.tar.bz2
revert(validate-commit-msg): fix incorrect comment
Revert 581ec6be7d7e546a1c563906e1877498d7d655a2 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 665135a7..ec853a46 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');