diff --git a/build/npm/v2-jf/init.js b/build/npm/v2-jf/init.js index 6a4dd7e2d..36b3239ef 100644 --- a/build/npm/v2-jf/init.js +++ b/build/npm/v2-jf/init.js @@ -21,7 +21,7 @@ function validateNpmVersion() { } function downloadWithProxy(myUrl) { - const proxyparts = new URL(process.env.https_proxy); + const proxyParts = new URL(process.env.https_proxy); const myUrlParts = new URL(myUrl); request({ diff --git a/build/npm/v2/init.js b/build/npm/v2/init.js index 577406443..d67da8a2c 100644 --- a/build/npm/v2/init.js +++ b/build/npm/v2/init.js @@ -21,7 +21,7 @@ function validateNpmVersion() { } function downloadWithProxy(myUrl) { - const proxyparts = new URL(process.env.https_proxy); + const proxyParts = new URL(process.env.https_proxy); const myUrlParts = new URL(myUrl); request({