Skip to content
This repository was archived by the owner on Dec 3, 2018. It is now read-only.

Commit 766c9b6

Browse files
committed
Don't use NAME in cloned path. [publish debug]
1 parent 7e23f81 commit 766c9b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows/build_node.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ IF "%1"=="" ( ECHO using default %NODE_VERSION% ) ELSE ( SET NODE_VERSION=%1)
1212
ECHO using %NODE_VERSION%
1313

1414
cd %PKGDIR%
15-
if NOT EXIST node-v%NODE_VERSION%%NAME% (
16-
git clone https://github.com/mapbox/node.git -b %BRANCH% node-v%NODE_VERSION%%NAME%
15+
if NOT EXIST node-v%NODE_VERSION% (
16+
git clone https://github.com/mapbox/node.git -b %BRANCH% node-v%NODE_VERSION%
1717
)
1818

1919
cd node-v%NODE_VERSION%

0 commit comments

Comments
 (0)