Skip to content

Commit 6a33aa6

Browse files
JensRantilpetebacondarwin
authored andcommitted
docs(validate-commit-msg): fix incorrect comment
If you `cd` into the repo, `validate-commit-msg.js` will be in the root of it.
1 parent 303c7f9 commit 6a33aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validate-commit-msg.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Installation:
88
* >> cd <angular-repo>
9-
* >> ln -s ../../validate-commit-msg.js .git/hooks/commit-msg
9+
* >> ln -s validate-commit-msg.js .git/hooks/commit-msg
1010
*/
1111
var fs = require('fs');
1212
var util = require('util');

0 commit comments

Comments
 (0)