From d5b62465f06b652b227b73cd15c298832f1f7070 Mon Sep 17 00:00:00 2001 From: Jens Rantil Date: Thu, 23 May 2013 09:26:51 +0200 Subject: docs(validate-commit-msg): fix incorrect comment If you `cd` into the repo, `validate-commit-msg.js` will be in the root of it. --- validate-commit-msg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'validate-commit-msg.js') 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 - * >> 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'); -- cgit v1.2.3