We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252da50 commit 074b95fCopy full SHA for 074b95f
bin/helpers/atsHelper.js
@@ -63,7 +63,7 @@ exports.getTurboScaleGridDetails = async (bsConfig, args, rawArgs) => {
63
options.proxy = false;
64
options.httpsAgent = new HttpsProxyAgent(process.env.HTTP_PROXY);
65
} else if (process.env.HTTPS_PROXY) {
66
- options.proxy = false
+ options.proxy = false;
67
options.httpsAgent = new HttpsProxyAgent(process.env.HTTPS_PROXY);
68
}
69
0 commit comments