diff options
| author | Daniel Lamb | 2013-09-10 08:59:42 -0700 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-21 16:26:05 +0100 |
| commit | 3661bab202605bdd0e1669899a09072ef141b0c4 (patch) | |
| tree | 27032c8a6797ed5efeb32638dadfa4c3fdc58ef0 | |
| parent | 08f376f2ea3d3bb384f10e3c01f7d48ed21ce351 (diff) | |
| download | angular.js-3661bab202605bdd0e1669899a09072ef141b0c4.tar.bz2 | |
revert(validate-commit-msg): fix incorrect comment
Revert 581ec6be7d7e546a1c563906e1877498d7d655a2 since it was not valid.
Closes #3952
| -rwxr-xr-x | validate-commit-msg.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validate-commit-msg.js b/validate-commit-msg.js index 665135a7..ec853a46 100755 --- a/validate-commit-msg.js +++ b/validate-commit-msg.js @@ -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'); |
