diff options
| author | Daniel Lamb | 2013-09-10 08:59:42 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-21 16:27:04 +0100 | 
| commit | 43d49013d103b3e64aeb2b40fa69b182a8128f6d (patch) | |
| tree | 7c85fdeb43e3f1019b5904dc46d9f1c63aac5ae7 /validate-commit-msg.js | |
| parent | 116fac05628807acec6baf331a31b58f26f774a7 (diff) | |
| download | angular.js-43d49013d103b3e64aeb2b40fa69b182a8128f6d.tar.bz2 | |
revert(validate-commit-msg): fix incorrect comment
Revert d5b62465f06b652b227b73cd15c298832f1f7070 since it was not valid.
Closes #3952
Diffstat (limited to 'validate-commit-msg.js')
| -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 5bd71634..7e8df6be 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'); | 
