diff options
| author | Jens Rantil | 2013-05-23 09:26:51 +0200 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-06-04 20:24:27 +0100 | 
| commit | d5b62465f06b652b227b73cd15c298832f1f7070 (patch) | |
| tree | 951c7796c89c7192f6c41490c7aca039db7b1c04 | |
| parent | bc76e7255b7b8e9f735bb23bf6d3a9814da268fe (diff) | |
| download | angular.js-d5b62465f06b652b227b73cd15c298832f1f7070.tar.bz2 | |
docs(validate-commit-msg): fix incorrect comment
If you `cd` into the repo, `validate-commit-msg.js` will be in the root
of it.
| -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 7e8df6be..5bd71634 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'); | 
