diff options
| author | Jasper van Wanrooy | 2011-07-26 17:37:07 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-07-26 09:36:11 -0700 |
| commit | 523d3600851de240fa4494beb8cd325463bc7cfe (patch) | |
| tree | 3ac53d2ab7320977bb7d6dfcd0058c696b296e1a /Library/Formula/node.rb | |
| parent | 01c10e33ded1aafaddd5d959d42047f6a4f1ccc0 (diff) | |
| download | homebrew-523d3600851de240fa4494beb8cd325463bc7cfe.tar.bz2 | |
node.js: fix library path in caveats
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
| -rw-r--r-- | Library/Formula/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
