From 6a33aa63cd3f0497baa5587b0335a793ffd02864 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(-) 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 - * >> 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