revert(validate-commit-msg): fix incorrect comment

Revert 581ec6be7d7e546a1c563906e1877498d7d655a2 since it was not valid.

Closes #3952
This commit is contained in:
Daniel Lamb
2013-09-10 08:59:42 -07:00
committed by Pete Bacon Darwin
parent 08f376f2ea
commit 3661bab202

View File

@@ -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');