From 04a96d1d92a28250c78f131d07dbd601cf290480 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 6 Jan 2012 17:49:38 -0800 Subject: [PATCH] i need a beer --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0bd743cee..116790758 100755 --- a/index.js +++ b/index.js @@ -22,7 +22,7 @@ if (process.platform === 'win32') { if (err.code === 'ENOTSUP') { fs.symlink = function(from,to,cb) { try { - require('./lib/fsutils').cprSync(from,to); + require('./lib/fsutil').cprSync(from,to); return cb(); } catch (err) { return cb(err);