diff --git a/index.js b/index.js index b91f738..aaeadda 100644 --- a/index.js +++ b/index.js @@ -58,7 +58,7 @@ const paths = dir => { const includePath = `${nanInclude} ${thisInclude}`; -const binPath = `${rootPath}/${currentDir}`; +const binPath = currentDir; const mkdirPath = isWindows ? `${rootPath}/_mkdir.bat` : 'mkdir'; const rmPath = isWindows ? `${rootPath}/_rm.bat` : 'rm';