From 9c44d23399c20bed74afd23cb2d65ec02ffd951c Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 12 Dec 2010 13:58:06 -0800 Subject: typo --- cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli.js') diff --git a/cli.js b/cli.js index 013a3446c..7eb3b34ea 100755 --- a/cli.js +++ b/cli.js @@ -5,7 +5,7 @@ log.waitForConfig() log.info("ok", "it worked if it ends with") if (__filename.match(/Cellar\/npm\/[^\/]+\/libexec\/cli.js$/) - ||process.execPath.match(/Cellar\/node\/[^\/]+\/bin\/node$/) { + ||process.execPath.match(/Cellar\/node\/[^\/]+\/bin\/node$/)) { log.warn("This program is not compatible with Homebrew." +"\n brew rm npm ; brew rm node" +"\nThen use one of the techniques in this gist instead:" -- cgit v1.2.3