mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-17 11:11:05 +00:00
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:
parent
303c7f9166
commit
6a33aa63cd
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
*
|
*
|
||||||
* Installation:
|
* Installation:
|
||||||
* >> cd <angular-repo>
|
* >> 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 fs = require('fs');
|
||||||
var util = require('util');
|
var util = require('util');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue