Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 3661bab

Browse files
daniellmbpetebacondarwin
authored andcommitted
revert(validate-commit-msg): fix incorrect comment
Revert 581ec6b since it was not valid. Closes #3952
1 parent 08f376f commit 3661bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validate-commit-msg.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Installation:
88
* >> cd <angular-repo>
9-
* >> ln -s validate-commit-msg.js .git/hooks/commit-msg
9+
* >> ln -s ../../validate-commit-msg.js .git/hooks/commit-msg
1010
*/
1111
var fs = require('fs');
1212
var util = require('util');

0 commit comments

Comments
 (0)