mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-18 19:41:07 +00:00
revert(validate-commit-msg): fix incorrect comment
Revert d5b62465f0 since it was not valid.
Closes #3952
This commit is contained in:
parent
116fac0562
commit
43d49013d1
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