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:
committed by
Pete Bacon Darwin
parent
bc76e7255b
commit
d5b62465f0
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user