From 523d3600851de240fa4494beb8cd325463bc7cfe Mon Sep 17 00:00:00 2001 From: Jasper van Wanrooy Date: Tue, 26 Jul 2011 17:37:07 +0200 Subject: node.js: fix library path in caveats Signed-off-by: Adam Vandenberg --- Library/Formula/node.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 61b1cab09..ceff8ea6d 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -32,6 +32,6 @@ class Node < Formula end def caveats - "Please add #{HOMEBREW_PREFIX}/lib/node to your NODE_PATH environment variable to have node libraries picked up." + "Please add #{HOMEBREW_PREFIX}/lib/node_modules to your NODE_PATH environment variable to have node libraries picked up." end end -- cgit v1.2.3