Skip to content

Commit e94b0e9

Browse files
committed
JS fix.
1 parent 5f83908 commit e94b0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

before_script-patch_asminfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ For custom build environments, you must set these environment variables:
7070
process.exit(1);
7171
}
7272
case CiEnvironment.appveyor:
73-
MAIN_VER = process.env("MAIN_VER");
73+
MAIN_VER = process.env["MAIN_VER"];
7474
if (MAIN_VER === void (0)) {
7575
const buildVersion = process.env["APPVEYOR_BUILD_VERSION"];
7676
if (buildVersion === void (0)) {

0 commit comments

Comments
 (0)