Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5b6246

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 bc76e72 commit d5b6246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validate-commit-msg.js

Lines changed: 1 addition & 1 deletion
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)