Skip to content

Commit

Permalink
revert(validate-commit-msg): fix incorrect comment
Browse files Browse the repository at this point in the history
Revert 581ec6b since it was not valid.

Closes angular#3952
  • Loading branch information
daniellmb authored and jamesdaily committed Jan 27, 2014
1 parent 85c81a2 commit fe1beaa
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 fe1beaa

Please sign in to comment.