Skip to content

Commit c0d1b4d

Browse files
committed
fix(resolveConfig): correct the mapping for "RESUME_DOWNLOAD"
To not contain "EXP_" anymore Thanks @firefoxNX
1 parent 0e60ed7 commit c0d1b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-memory-server-core/src/util/resolveConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export enum ResolveConfigVariables {
3535
MAX_REDIRECTS = 'MAX_REDIRECTS',
3636
MAX_RETRIES = 'MAX_RETRIES', // Added for download retry configuration
3737
DISTRO = 'DISTRO',
38-
RESUME_DOWNLOAD = 'EXP_RESUME_DOWNLOAD',
38+
RESUME_DOWNLOAD = 'RESUME_DOWNLOAD',
3939
}
4040

4141
/** The Prefix for Environmental values */

0 commit comments

Comments
 (0)