diff options
| author | Jens Rantil | 2013-05-23 09:26:51 +0200 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-06-04 20:23:51 +0100 | 
| commit | 6a33aa63cd3f0497baa5587b0335a793ffd02864 (patch) | |
| tree | 534502aef38ec3d7d3af3e3201e35541ed23f0fb /validate-commit-msg.js | |
| parent | 303c7f916628ced3e09355f8f8504c16eadc10e1 (diff) | |
| download | angular.js-6a33aa63cd3f0497baa5587b0335a793ffd02864.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.
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 ec853a46..665135a7 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'); | 
