Skip to content

Commit

Permalink
docs(validate-commit-msg): fix incorrect comment
Browse files Browse the repository at this point in the history
If you `cd` into the repo, `validate-commit-msg.js` will be in the root
of it.
  • Loading branch information
JensRantil authored and petebacondarwin committed Jun 4, 2013
1 parent 303c7f9 commit 6a33aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate-commit-msg.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 6a33aa6

Please sign in to comment.