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);