aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Rantil2013-05-23 09:26:51 +0200
committerPete Bacon Darwin2013-06-04 20:23:51 +0100
commit6a33aa63cd3f0497baa5587b0335a793ffd02864 (patch)
tree534502aef38ec3d7d3af3e3201e35541ed23f0fb
parent303c7f916628ced3e09355f8f8504c16eadc10e1 (diff)
downloadangular.js-6a33aa63cd3f0497baa5587b0335a793ffd02864.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.
-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 ec853a46..665135a7 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');