From 50f67a57ad71bed0e95be9850f2b882bb782741a Mon Sep 17 00:00:00 2001 From: Sankar P Date: Tue, 27 Dec 2011 11:39:40 +0530 Subject: [PATCH] Fix the url for nodejs installation Signed-off-by: Sankar P --- bin/installDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/installDeps.sh b/bin/installDeps.sh index a49c46b13..0533caf2d 100755 --- a/bin/installDeps.sh +++ b/bin/installDeps.sh @@ -16,7 +16,7 @@ hash curl > /dev/null 2>&1 || { #Is node installed? hash node > /dev/null 2>&1 || { - echo "Please install node.js ( http://nodesjs.org )" >&2 + echo "Please install node.js ( http://nodejs.org )" >&2 exit 1 }