docs(validate-commit-msg): fix incorrect comment

If you `cd` into the repo, `validate-commit-msg.js` will be in the root
of it.
This commit is contained in:
Jens Rantil 2013-05-23 09:26:51 +02:00 committed by Pete Bacon Darwin
parent 303c7f9166
commit 6a33aa63cd

View file

@ -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');